diff --git a/01-core/docker-compose.yml b/01-core/docker-compose.yml index 6636d6f..70a0e5c 100644 --- a/01-core/docker-compose.yml +++ b/01-core/docker-compose.yml @@ -46,6 +46,10 @@ services: - "traefik.http.middlewares.authelia.forwardauth.trustForwardHeader=true" - "traefik.http.middlewares.authelia.forwardauth.authResponseHeaders=Remote-User,Remote-Groups,Remote-Name,Remote-Email" + environment: + - AUTHELIA_JWT_SECRET=${AUTHELIA_JWT_SECRET} + - AUTHELIA_SESSION_SECRET=${AUTHELIA_SESSION_SECRET} + - AUTHELIA_STORAGE_ENCRYPTION_KEY=${AUTHELIA_STORAGE_ENCRYPTION_KEY} homer: image: b4bz/homer:latest container_name: homer