From f6925b9413dfe7fdf883d8c4dc8a35f2b42237bf Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Wed, 6 Jul 2022 14:31:58 -0700 Subject: [PATCH] Init adminer --- server/config/authentik/docker-compose.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/server/config/authentik/docker-compose.yml b/server/config/authentik/docker-compose.yml index 991af3d..c74395b 100644 --- a/server/config/authentik/docker-compose.yml +++ b/server/config/authentik/docker-compose.yml @@ -63,7 +63,7 @@ services: traefik.http.routers.authentik.rule: Host(`authentik.jafner.net`) traefik.http.routers.authentik.tls.certresolver: lets-encrypt traefik.http.services.authentik.loadbalancer.server.port: 9000 - traefik.http.middlewares.authentik.forwardauth.address: http://ak-outpost-forward-auth:9000/akprox/auth/traefik + traefik.http.middlewares.authentik.forwardauth.address: http://authentik:9000/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 @@ -92,6 +92,16 @@ services: labels: traefik.enable: false + adminer: + image: adminer:4.8.1 + hostname: authentik_adminer + container_name: adminer + restart: unless-stopped + ports: + - 8686:8080 + networks: + - authentik + volumes: database: driver: local