fix(ai-service): add JWT_ACCESS_SECRET env var to docker-compose

This commit is contained in:
hailin 2026-03-05 18:28:13 -08:00
parent e9e875ac07
commit f1f01314da
1 changed files with 1 additions and 0 deletions

View File

@ -583,6 +583,7 @@ services:
- AI_AGENT_CLUSTER_URL=http://external-ai-agents:8000
- AI_AGENT_API_KEY=your-ai-agent-api-key
- AI_AGENT_TIMEOUT=30000
- JWT_ACCESS_SECRET=${JWT_ACCESS_SECRET:-dev-access-secret-change-in-production}
depends_on:
postgres:
condition: service_healthy