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:
parent
324ca7e1c2
commit
84b44151eb
1 changed files with 2 additions and 0 deletions
|
|
@ -24,12 +24,14 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- BASE_HOST=${HOST}
|
- BASE_HOST=${HOST}
|
||||||
- DEMO_ROOT=/demos
|
- DEMO_ROOT=/demos
|
||||||
|
- DEMO_HOST=static.$HOST
|
||||||
- DB_TYPE=pgsql
|
- DB_TYPE=pgsql
|
||||||
- DB_HOST=db
|
- DB_HOST=db
|
||||||
- DB_DATABASE=postgres
|
- DB_DATABASE=postgres
|
||||||
- DB_USERNAME=postgres
|
- DB_USERNAME=postgres
|
||||||
- DB_PASSWORD=${DB_PASSWORD}
|
- DB_PASSWORD=${DB_PASSWORD}
|
||||||
- PARSER_URL=http://parser/parse
|
- PARSER_URL=http://parser/parse
|
||||||
|
- APP_ROOT=https://api.$HOST
|
||||||
volumes:
|
volumes:
|
||||||
- "${DEMO_ROOT}:/demos"
|
- "${DEMO_ROOT}:/demos"
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue