Add home.docker.internal definition to Authentik container

Remove env variables from authentik container image
This commit is contained in:
Chris King
2025-01-16 14:28:39 -08:00
parent 9f394b4b97
commit 6040bcba8e

View File

@@ -30,7 +30,7 @@ services:
volumes:
- redis:/data
app:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.2}
image: ghcr.io/goauthentik/server:2024.12.2
restart: unless-stopped
command: server
environment:
@@ -42,6 +42,8 @@ services:
networks:
- proxy-net
- default
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./data/media:/media
- ./config/custom-templates:/templates