Merge pull request 'fix' (#121) from master into prod

Reviewed-on: https://gitea.chocomarsh.com/self/infra/pulls/121
This commit is contained in:
emmatveev 2025-07-10 18:43:34 +03:00
commit f963a7e196

View File

@ -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: