Hardcode authelia config

This commit is contained in:
Colin Hebert
2023-01-10 15:36:49 +01:00
parent b51eb4de73
commit dad568027e
3 changed files with 4 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ services:
NASCOMPOSE_TRAEFIK_DOMAINS: ${NASCOMPOSE_TRAEFIK_DOMAINS?}
AUTHELIA_DEFAULT_REDIRECTION_URL: "" #Heimdall
AUTHELIA_JWT_SECRET_FILE: /run/secrets/jwt_secret
X_AUTHELIA_CONFIG: /etc/authelia/
X_AUTHELIA_CONFIG: /etc/authelia/configuration.yml,/etc/authelia/access.yml,/etc/authelia/authentication.yml
networks:
- traefik
volumes: