feat: add internal backend URL configuration and enhance server URL handling in SurfSense settings

This commit is contained in:
Anish Sarkar 2026-04-21 11:08:36 +05:30
parent 1f524660e1
commit 1abbc6021f
4 changed files with 20 additions and 3 deletions

View file

@ -198,6 +198,7 @@ services:
NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE: ${AUTH_TYPE:-LOCAL}
NEXT_PUBLIC_ETL_SERVICE: ${ETL_SERVICE:-DOCLING}
NEXT_PUBLIC_DEPLOYMENT_MODE: ${DEPLOYMENT_MODE:-self-hosted}
FASTAPI_BACKEND_INTERNAL_URL: ${FASTAPI_BACKEND_INTERNAL_URL:-http://backend:8000}
labels:
- "com.centurylinklabs.watchtower.enable=true"
depends_on: