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