Override defalt authelia command
This commit is contained in:
@@ -3,11 +3,11 @@ name: authentication
|
||||
services:
|
||||
authelia:
|
||||
image: authelia/authelia
|
||||
command: --config /etc/authelia/
|
||||
environment:
|
||||
NASCOMPOSE_TRAEFIK_DOMAINS: ${NASCOMPOSE_TRAEFIK_DOMAINS?}
|
||||
AUTHELIA_DEFAULT_REDIRECTION_URL: "" #Heimdall
|
||||
AUTHELIA_JWT_SECRET_FILE: /run/secrets/jwt_secret
|
||||
X_AUTHELIA_CONFIG: /etc/authelia/configuration.yml,/etc/authelia/access.yml,/etc/authelia/authentication.yml
|
||||
networks:
|
||||
- traefik
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user