configur for vrec

This commit is contained in:
trav 2021-11-16 09:21:13 -05:00
parent 9e02395442
commit c0dbc3f49d
1 changed files with 4 additions and 3 deletions

View File

@ -14,9 +14,9 @@ services:
- redis
- s3
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
- DATABASE_URL=postgres://user:pass@${STACK_NAME}_postgres:5432/outline
- DATABASE_URL_TEST=postgres://user:pass@${STACK_NAME}_postgres:5432/outline-test
- REDIS_URL=redis://${STACK_NAME}_redis:6379
- URL=https://$DOMAIN
- FORCE_HTTPS=true
- SECRET_KEY
@ -37,6 +37,7 @@ services:
- OIDC_USERNAME_CLAIM
- OIDC_DISPLAY_NAME
- OIDC_SCOPES
- PGSSLMODE=disable
deploy:
labels:
- "traefik.enable=true"