feat: Authentik login + switchable GPU prod target

Add OIDC auth for Command Center and runtime GPU endpoint selection
pointed at atc-gpu-prod (10.0.10.106), matching what is currently deployed.
This commit is contained in:
mo
2026-07-21 23:20:24 +00:00
parent f36c8906bc
commit 9008fbd512
31 changed files with 4667 additions and 139 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ S3_REGION=us-east-1
JUPYTER_TOKEN=choose-a-strong-token
GPU_URL=http://10.0.20.106:9000
LLM_URL=http://10.0.20.106:8001/v1
GPU_URL=http://10.0.10.106:9000
LLM_URL=http://10.0.10.106:8001/v1
LLM_MODEL=gpt-4o
LLM_API_KEY=sk-local
+4 -4
View File
@@ -32,9 +32,9 @@ services:
SQLITE_FALLBACK_PATH: /data/atc-agents.db
DOCLING_URL: http://docling-serve:5001
PRESENTATIONS_DIR: /data/presentations
GPU_URL: http://10.0.20.106:9000
GPU_UI_URL: http://10.0.20.106:9000
LLM_URL: http://10.0.20.106:8001/v1
GPU_URL: http://10.0.10.106:9000
GPU_UI_URL: http://10.0.10.106:9000
LLM_URL: http://10.0.10.106:8001/v1
LLM_MODEL: gpt-4o
LLM_API_KEY: sk-local
LAKEHOUSE_HOST: 10.0.21.50
@@ -87,7 +87,7 @@ services:
CHROMA_HOST: chromadb
CHROMA_PORT: 8000
DOCLING_URL: http://docling-serve:5001
LLM_URL: http://10.0.20.106:8001/v1
LLM_URL: http://10.0.10.106:8001/v1
LLM_MODEL: gpt-4o
LLM_API_KEY: sk-local
RAG_DATA_DIR: /data