fix oidc callback behind reverse proxy

This commit is contained in:
2026-06-16 10:01:13 +08:00
parent 9024f80a70
commit 626b8928f4
5 changed files with 78 additions and 3 deletions

View File

@@ -7,6 +7,13 @@ services:
- "8019:8019"
environment:
- SERVICE_URL_ANALYTICS_8019
- PG_CONNECTION_STRING
- OIDC_ISSUER
- OIDC_CLIENT_ID
- OIDC_CLIENT_SECRET
- AUTH_SECRET
- NEXTAUTH_URL
- OIDC_PROVIDER_NAME
networks:
- coolify