compose and env sample add recommended bits

This commit is contained in:
2021-10-28 15:48:55 -04:00
parent c8747f89a1
commit 6de8b27157
2 changed files with 191 additions and 0 deletions

View File

@ -13,6 +13,29 @@ services:
- postgres
- redis
- s3
environment:
- DATABASE_URL=postgres://user:pass@localhost:5532/outline
- DATABASE_URL_TEST=postgres://user:pass@localhost:5532/outline-test
- URL=https://$DOMAIN
- FORCE_HTTPS=true
- SECRET_KEY
- UTILS_SECRET
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- AWS_REGION
- AWS_S3_UPLOAD_BUCKET_URL
- AWS_S3_UPLOAD_BUCKET_NAME
- AWS_S3_UPLOAD_MAX_SIZE
- AWS_S3_FORCE_PATH_STYLE
- AWS_S3_ACL
- OIDC_CLIENT_ID
- OIDC_CLIENT_SECRET
- OIDC_AUTH_URI
- OIDC_TOKEN_URI
- OIDC_USERINFO_URI
- OIDC_USERNAME_CLAIM
- OIDC_DISPLAY_NAME
- OIDC_SCOPES
deploy:
labels:
- "traefik.enable=true"