Skip to content

Commit

Permalink
Merge pull request #57 from ConductionNL/development
Browse files Browse the repository at this point in the history
Adding .env values in docker-compose
  • Loading branch information
rubenvdlinde authored Dec 10, 2019
2 parents ab366a3 + 1a0b432 commit 3f68d43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ services:
- APP_DEMO=${APP_DEMO}
- APP_REPRO=${APP_REPRO}
- APP_DESCRIPTION=${APP_DESCRIPTION}
- ORGANIZATION_NAME=${ORGANIZATION_NAME}
- ORGANIZATION_EMAIL_ADDRESS=${ORGANIZATION_EMAIL_ADDRESS}
- ORGANIZATION_COUNTRY_NAME=${ORGANIZATION_COUNTRY_NAME}
- ORGANIZATION_STATE=${ORGANIZATION_STATE}
- ORGANIZATION_LOCALITY=${ORGANIZATION_LOCALITY}
- ORGANIZATION_UNIT_NAME=${ORGANIZATION_UNIT_NAME}
- TRUSTED_PROXIES=${TRUSTED_PROXIES}
- TRUSTED_HOSTS=${TRUSTED_HOSTS}
- AUTH_ENABLED=${AUTH_ENABLED}
Expand Down

0 comments on commit 3f68d43

Please sign in to comment.