10-compose-add-conventional-commits #11

Merged
hygienic-books merged 9 commits from 10-compose-add-conventional-commits into master 2023-10-08 15:29:43 +00:00
Showing only changes of commit 31f67e3aad - Show all commits

View File

@ -13,6 +13,7 @@ Add a `COMPOSE_ENV` file and save its location as a shell variable along with th
When everything's ready start {{ cookiecutter.__service_slug.capitalize() }} with Docker Compose, otherwise head down to [Initial setup](#initial-setup) first. When everything's ready start {{ cookiecutter.__service_slug.capitalize() }} with Docker Compose, otherwise head down to [Initial setup](#initial-setup) first.
## Environment ## Environment
``` ```
export COMPOSE_DIR='/opt/containers/{{ cookiecutter.__project_slug }}' export COMPOSE_DIR='/opt/containers/{{ cookiecutter.__project_slug }}'
export COMPOSE_CTX='ux_vilnius' export COMPOSE_CTX='ux_vilnius'