fix(agent): proxy gradio config and reduce translate blocking

This commit is contained in:
2026-07-07 17:37:36 +03:00
parent b95df37cd5
commit 0d09e24434
14 changed files with 191 additions and 8 deletions

View File

@@ -64,6 +64,7 @@ services:
SERVICE_JWT: ${SERVICE_JWT:-agent-service-secret}
DATABASE_URL: postgresql+psycopg2://postgres:postgres@db:5432/ss_tools
GRADIO_SERVER_PORT: 7860
GRADIO_ROOT_PATH: /api/agent/gradio
LLM_CA_CERT_URLS: ${LLM_CA_CERT_URLS:-}
ports:
- "7860" # internal only, proxied through nginx
@@ -77,6 +78,7 @@ services:
restart: unless-stopped
depends_on:
- backend
- agent
ports:
- "${FRONTEND_HOST_PORT:-8000}:80"