add one underscore

This commit is contained in:
trav 2021-10-28 16:03:01 -04:00
parent b2052c6d67
commit 9e02395442
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ services:
environment:
- 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
- REDIS_URL=redis://${STACK_NAME}_redis:6479
- URL=https://$DOMAIN
- FORCE_HTTPS=true
- SECRET_KEY