- copy
.env.exampleas.envand set variables which will be used by docker-compose, e.g.DATA_PATH - if you need to change some container run options e.g. host bind address - just copy
docker-compose.override.yml.exampleasdocker-compose.override.ymland add custom options into this one - if you need to use custom application variables for debugging or something - just copy
envvars.confasenvvars.conf.somethingand setAPP_ENV_FILE=./envvars.conf.somethingin.envfile
- checkout
apiandimpact-frontendrepositories into same subdirectory and run:
~$ docker-compose build
~$ docker-compose up -d