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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user