Override defalt authelia command

This commit is contained in:
Colin Hebert
2023-01-10 15:44:12 +01:00
parent b6d667d32c
commit df20804fc6

View File

@@ -3,11 +3,11 @@ name: authentication
services: services:
authelia: authelia:
image: authelia/authelia image: authelia/authelia
command: --config /etc/authelia/
environment: environment:
NASCOMPOSE_TRAEFIK_DOMAINS: ${NASCOMPOSE_TRAEFIK_DOMAINS?} NASCOMPOSE_TRAEFIK_DOMAINS: ${NASCOMPOSE_TRAEFIK_DOMAINS?}
AUTHELIA_DEFAULT_REDIRECTION_URL: "" #Heimdall AUTHELIA_DEFAULT_REDIRECTION_URL: "" #Heimdall
AUTHELIA_JWT_SECRET_FILE: /run/secrets/jwt_secret AUTHELIA_JWT_SECRET_FILE: /run/secrets/jwt_secret
X_AUTHELIA_CONFIG: /etc/authelia/configuration.yml,/etc/authelia/access.yml,/etc/authelia/authentication.yml
networks: networks:
- traefik - traefik
volumes: volumes: