1
0
Fork 0
mirror of https://github.com/demostf/setup synced 2026-06-04 00:54:07 +02:00

add missing api env

This commit is contained in:
Robin Appelman 2017-04-11 01:03:25 +02:00
commit 84b44151eb

View file

@ -24,12 +24,14 @@ services:
environment:
- BASE_HOST=${HOST}
- DEMO_ROOT=/demos
- DEMO_HOST=static.$HOST
- DB_TYPE=pgsql
- DB_HOST=db
- DB_DATABASE=postgres
- DB_USERNAME=postgres
- DB_PASSWORD=${DB_PASSWORD}
- PARSER_URL=http://parser/parse
- APP_ROOT=https://api.$HOST
volumes:
- "${DEMO_ROOT}:/demos"
networks: