Configure Authelia GMX SMTP notifier
This commit is contained in:
@@ -9,12 +9,18 @@ services:
|
||||
AUTHELIA_SESSION_SECRET_FILE: /secrets/session_secret.txt
|
||||
AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE: /secrets/storage_encryption_key.txt
|
||||
AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE: /secrets/postgres_password.txt
|
||||
AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE: /secrets/smtp_password.txt
|
||||
volumes:
|
||||
- /mnt/user/appdata/authelia/config:/config
|
||||
- /mnt/user/appdata/secrets/authelia_jwt_secret.txt:/secrets/jwt_secret.txt:ro
|
||||
- /mnt/user/appdata/secrets/authelia_session_secret.txt:/secrets/session_secret.txt:ro
|
||||
- /mnt/user/appdata/secrets/authelia_storage_encryption_key.txt:/secrets/storage_encryption_key.txt:ro
|
||||
- /mnt/user/appdata/secrets/authelia_postgres_password.txt:/secrets/postgres_password.txt:ro
|
||||
- /mnt/user/appdata/secrets/authelia_smtp_password.txt:/secrets/smtp_password.txt:ro
|
||||
dns:
|
||||
- 192.168.178.58
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
networks:
|
||||
- frontend_net
|
||||
- backend_net
|
||||
|
||||
Reference in New Issue
Block a user