Merge pull request 'fix' (#121) from master into prod
Reviewed-on: https://gitea.chocomarsh.com/self/infra/pulls/121
This commit is contained in:
commit
f963a7e196
@ -31,6 +31,11 @@ services:
|
||||
image: authelia/authelia
|
||||
networks:
|
||||
- common-infra-nginx
|
||||
environment:
|
||||
AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE: '/run/secrets/JWT_SECRET'
|
||||
AUTHELIA_SESSION_SECRET_FILE: '/run/secrets/SESSION_SECRET'
|
||||
AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE: '/run/secrets/STORAGE_PASSWORD'
|
||||
AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE: '/run/secrets/STORAGE_ENCRYPTION_KEY'
|
||||
volumes:
|
||||
- '/sprint-data/authelia:/config'
|
||||
deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user