proxy: image: ghcr.io/goauthentik/proxy:2025.8 container_name: authentik-proxy restart: unless-stopped environment: AUTHENTIK_HOST: https://auth.ai-impress.com AUTHENTIK_INSECURE: "false" AUTHENTIK_TOKEN: "placeholder-will-be-replaced" networks: - traefik-public depends_on: - server