There is a .env.dist
at the root directory that can be cloned into .env
.
It's up to you to edit these env vars according to your local environment.
Note: the make dev
command will copy the .env.dist
file into .env
if it does not exist.
$ make dev
This command will build the docker containers and update dependencies.
Command | Description |
---|---|
dev |
Build and start the stack. (Combination of cp-env , build , install-deps , start ) |
start |
Start the docker-compose stack. |
stop |
Stop the docker-compose stack. |
install-deps |
Install dependencies |
Command | Description |
---|---|
lint-compose-files |
Run linter for compose files |
lint-yaml |
Run linter for yaml files |