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

pass upload key to api container

This commit is contained in:
Robin Appelman 2018-04-25 19:03:49 +02:00
commit 4730654269

View file

@ -37,6 +37,7 @@ services:
- PARSER_URL=http://parser/parse - PARSER_URL=http://parser/parse
- APP_ROOT=https://api.$HOST - APP_ROOT=https://api.$HOST
- EDIT_SECRET=${EDIT_SECRET} - EDIT_SECRET=${EDIT_SECRET}
- UPLOAD_KEY=${UPLOAD_KEY}
volumes: volumes:
- "${DEMO_ROOT}:/demos" - "${DEMO_ROOT}:/demos"
networks: networks: