From 245acb81130550b17b7067f69b20b92813c922e6 Mon Sep 17 00:00:00 2001 From: Felix Date: Fri, 15 May 2026 23:24:25 +0200 Subject: [PATCH] fix(core): zerschossene docker-compose.yml manuell repariert und stabilisiert --- 01-core/docker-compose.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/01-core/docker-compose.yml b/01-core/docker-compose.yml index ce3003e..6636d6f 100644 --- a/01-core/docker-compose.yml +++ b/01-core/docker-compose.yml @@ -33,23 +33,19 @@ services: container_name: authelia restart: unless-stopped volumes: - - ./config:/config + - ./data/authelia:/config networks: - traefik_proxy - environment: - - AUTHELIA_JWT_SECRET=${AUTHELIA_JWT_SECRET} - - AUTHELIA_SESSION_SECRET=${AUTHELIA_SESSION_SECRET} - - AUTHELIA_STORAGE_ENCRYPTION_KEY=${AUTHELIA_STORAGE_ENCRYPTION_KEY} labels: - "traefik.enable=true" - "traefik.http.routers.authelia.rule=Host(`auth.brabros.de`)" - "traefik.http.routers.authelia.entrypoints=websecure" - "traefik.http.routers.authelia.tls.certresolver=myresolver" + - "traefik.http.services.authelia.loadbalancer.server.port=9091" - "traefik.http.middlewares.authelia.forwardauth.address=http://authelia:9091/api/verify?rd=https://auth.brabros.de/" - "traefik.http.middlewares.authelia.forwardauth.trustForwardHeader=true" - "traefik.http.middlewares.authelia.forwardauth.authResponseHeaders=Remote-User,Remote-Groups,Remote-Name,Remote-Email" - - "traefik.http.services.authelia.loadbalancer.server.port=9091" - - "traefik.docker.network=traefik_proxy" + homer: image: b4bz/homer:latest container_name: homer