Add extra_hosts configuration and update AUTHENTIK_HOST in environment files

This commit is contained in:
Philip Henning 2025-08-28 22:54:44 +02:00
parent e0af750bb3
commit 922f3e6d27
2 changed files with 3 additions and 1 deletions

View file

@ -9,6 +9,8 @@ services:
- 127.0.0.1:42443:42443 - 127.0.0.1:42443:42443
networks: networks:
- dokploy-network - dokploy-network
extra_hosts:
- "host.docker.internal:host-gateway"
environment: environment:
AUTHENTIK_HOST: ${AUTHENTIK_HOST:?Authentik host is not configured} AUTHENTIK_HOST: ${AUTHENTIK_HOST:?Authentik host is not configured}
AUTHENTIK_INSECURE: "true" AUTHENTIK_INSECURE: "true"

View file

@ -1,5 +1,5 @@
AUTHENTIK_TAG=2025.8.1 AUTHENTIK_TAG=2025.8.1
AUTHENTIK_HOST=https://127.0.0.1:9443 AUTHENTIK_HOST=https://host.docker.internal:9443
AUTHENTIK_HOST_BROWSER=https://sso.s1q.dev AUTHENTIK_HOST_BROWSER=https://sso.s1q.dev
# Secrets # Secrets