chore: remediate CI blockers for production readiness
This commit is contained in:
@@ -115,6 +115,8 @@ services:
|
||||
environment:
|
||||
AI_DEBUG: ${AI_DEBUG:-false}
|
||||
AI_LOG_LEVEL: ${AI_LOG_LEVEL:-info}
|
||||
AI_API_KEY: ${AI_API_KEY:-}
|
||||
AI_CORS_ORIGINS: ${AI_CORS_ORIGINS:-http://localhost:3000,http://localhost:3001}
|
||||
healthcheck:
|
||||
test: ['CMD', 'python', '-c', 'import httpx; httpx.get("http://localhost:8000/health").raise_for_status()']
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user