diff --git a/stack.production.yml b/stack.production.yml index b033a50..04e478e 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -1,6 +1,6 @@ version: '3.7' x-authelia-env: &authelia-env - X_AUTHELIA_EMAIL: authelia@nixc.us + X_AUTHELIA_EMAIL: "authelia@nixc.us" X_AUTHELIA_SITE_NAME: ATLAS # X_AUTHELIA_DUO_HOSTNAME: my_duo_hostname X_AUTHELIA_CONFIG_FILTERS: template @@ -71,12 +71,12 @@ services: - "traefik.http.routers.authelia_authelia.service=authelia_authelia" - "traefik.docker.network=traefik" # # ## Authelia recommendations - # - 'traefik.http.middlewares.authelia_authelia.forwardauth.address=http://authelia_authelia:9091/api/verify?rd=https://login.nixc.us/' - # - 'traefik.http.middlewares.authelia_authelia.forwardauth.trustForwardHeader=true' - # - 'traefik.http.middlewares.authelia_authelia.forwardauth.authResponseHeaders=Remote-User, Remote-Groups, Remote-Name, Remote-Email' - # - 'traefik.http.middlewares.authelia-basic.forwardauth.address=http://authelia_authelia:9091/api/verify?auth=basic' - # - 'traefik.http.middlewares.authelia-basic.forwardauth.trustForwardHeader=true' - # - 'traefik.http.middlewares.authelia-basic.forwardauth.authResponseHeaders=Remote-User, Remote-Groups, Remote-Name, Remote-Email' + - 'traefik.http.middlewares.authelia_authelia.forwardauth.address=http://authelia_authelia:9091/api/verify?rd=https://login.nixc.us/' + - 'traefik.http.middlewares.authelia_authelia.forwardauth.trustForwardHeader=true' + - 'traefik.http.middlewares.authelia_authelia.forwardauth.authResponseHeaders=Remote-User, Remote-Groups, Remote-Name, Remote-Email' + - 'traefik.http.middlewares.authelia-basic.forwardauth.address=http://authelia_authelia:9091/api/verify?auth=basic' + - 'traefik.http.middlewares.authelia-basic.forwardauth.trustForwardHeader=true' + - 'traefik.http.middlewares.authelia-basic.forwardauth.authResponseHeaders=Remote-User, Remote-Groups, Remote-Name, Remote-Email' redis: image: git.nixc.us/nixius/authelia:production-redis # command: redis-server --appendonly yes