- Copy
env.templateto.env - Customize the credentials and connection strings in
.env - Run with the env file:
run:
docker compose --env-file env.template up -d
stop:
docker compose --env-file env.template down
run:
docker compose --env-file env.template up