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:
+6
-10
@@ -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
|
||||
@@ -44,10 +44,6 @@ services:
|
||||
OPENMETADATA_URL: ${OPENMETADATA_URL:-http://10.0.21.47:8585}
|
||||
KAFKA_UI_URL: http://10.0.21.36:9000
|
||||
HDFS_NN_URL: http://10.0.21.61:9870
|
||||
S3_ENDPOINT: ${S3_ENDPOINT:-http://10.0.20.111:9020}
|
||||
S3_ACCESS_KEY: ${S3_ACCESS_KEY:-object_admin1}
|
||||
S3_SECRET_KEY: ${S3_SECRET_KEY}
|
||||
S3_REGION: ${S3_REGION:-us-east-1}
|
||||
ELASTICSEARCH_URL: ${ELASTICSEARCH_URL:-https://10.0.21.46:9200}
|
||||
KIBANA_URL: ${KIBANA_URL:-http://10.0.21.46:5601}
|
||||
ELASTIC_USER: ${ELASTIC_USER:-elastic}
|
||||
@@ -94,7 +90,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
|
||||
@@ -124,10 +120,10 @@ services:
|
||||
jupyter:
|
||||
image: quay.io/jupyter/scipy-notebook:latest
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- atc.env
|
||||
environment:
|
||||
JUPYTER_TOKEN: ${JUPYTER_TOKEN:-atc-jupyter}
|
||||
AWS_ACCESS_KEY_ID: ${S3_ACCESS_KEY:-object_admin1}
|
||||
AWS_SECRET_ACCESS_KEY: ${S3_SECRET_KEY}
|
||||
S3_ENDPOINT: ${S3_ENDPOINT:-http://10.0.20.111:9020}
|
||||
AWS_DEFAULT_REGION: ${S3_REGION:-us-east-1}
|
||||
ELASTICSEARCH_URL: ${ELASTICSEARCH_URL:-https://10.0.21.46:9200}
|
||||
|
||||
Reference in New Issue
Block a user