diff --git a/docker-compose.yml b/docker-compose.yml index 6ac0fb3..9a013fd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: restart: unless-stopped volumes: - database:/var/lib/postgresql/data - authentik_server: + authentik-server: command: server depends_on: authentik_postgresql: @@ -40,7 +40,7 @@ services: aliases: - auth-core labels: - - "traefik.http.middlewares.authentik.forwardauth.address=http://authentik_server:80/outpost.goauthentik.io/auth/traefik" + - "traefik.http.middlewares.authentik.forwardauth.address=http://authentik-server:80/outpost.goauthentik.io/auth/traefik" - "traefik.http.middlewares.authentik.forwardauth.trustForwardHeader=true" - "traefik.http.middlewares.authentik.forwardauth.authResponseHeaders=X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid,X-authentik-jwt,X-authentik-meta-jwks,X-authentik-meta-outpost,X-authentik-meta-provider,X-authentik-meta-app,X-authentik-meta-version" authentik_worker: