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
+3 -3
View File
@@ -30,9 +30,9 @@ services:
DOCKHAND_URL: http://10.0.21.45:8082
DATABASE_URL: postgresql+psycopg2://atc:atc-agents-pg@postgres:5432/atc_agents
SQLITE_FALLBACK_PATH: /data/atc-agents.db
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: qwen2.5-32b-gptq
LLM_API_KEY: sk-local
LAKEHOUSE_HOST: 10.0.21.50