Compare commits

..

2 Commits

Author SHA1 Message Date
f963a7e196 Merge pull request 'fix' (#121) from master into prod
Reviewed-on: https://gitea.chocomarsh.com/self/infra/pulls/121
2025-07-10 18:43:34 +03:00
Egor Matveev
20fed38b6a fix
All checks were successful
Deploy Prod / Build (pull_request) Successful in 32s
Deploy Prod / Push (pull_request) Successful in 10s
Deploy Prod / prepare (pull_request) Successful in 8s
Deploy Prod / Deploy prod (pull_request) Successful in 38s
2025-07-10 18:43:01 +03:00

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: