add three variables

This commit is contained in:
trav 2021-10-28 16:00:30 -04:00
parent e177a81579
commit b2052c6d67
1 changed files with 3 additions and 2 deletions

View File

@ -14,8 +14,9 @@ services:
- redis
- s3
environment:
- DATABASE_URL=postgres://user:pass@localhost:5532/outline
- DATABASE_URL_TEST=postgres://user:pass@localhost:5532/outline-test
- DATABASE_URL=postgres://user:pass@${STACK_NAME}_postgres:5532/outline
- DATABASE_URL_TEST=postgres://user:pass@${STACK_NAME}_postgres:5532/outline-test
- REDIS_URL=redis://${STACK_NAME}redis:6479
- URL=https://$DOMAIN
- FORCE_HTTPS=true
- SECRET_KEY