- docker-compose.yaml: production mode uses expose (container-only) for Redis/PostgreSQL instead of ports (host-mapped) - docker-compose.dev.yml: dev override maps Redis 6381 and PostgreSQL 5435 to avoid conflicts with other projects (pms-redis 6379, geo_redis 6380, geo_db 5433) - config.py: fix empty env var handling — only skip .env override when os.environ[key] is non-empty; load .env, .env.dev, .env.local in sequence - scripts/dev-start.sh: manage agentkit-specific Docker containers - .gitignore: add .env.dev and .env.local (contain API keys) |
||
|---|---|---|
| .. | ||
| build-backend.ps1 | ||
| build-backend.sh | ||
| deploy.sh | ||
| dev-start.sh | ||
| dev-stop.sh | ||
| prod-start.sh | ||
| prod-stop.sh | ||
| run_e2e.sh | ||
| test-start.sh | ||
| test_semantic_sim.py | ||