Generate and maintain Docker Compose configuration for Qasyp App's local development environment. Use when setting up services, adding a new service, changing ports or environment variables, or troubleshooting the local stack.
Generates and maintains the docker-compose.yml for Qasyp App's local development environment. Covers all services in the stack: FastAPI, PostgreSQL, Redis, Qdrant, and Celery.
docker-compose.override.yml for local customisation┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ FastAPI │────▶│ PostgreSQL │ │ Redis │
│ (api:8000) │ │ (db:5432) │ │ (redis:6379)│
└─────────────┘ └─────────────┘ └─────────────┘
│ │
│ ┌───────┴────────┐
│ │ Celery Worker │
│ │ (background) │
│ └────────────────┘
│
▼
┌─────────────┐
│ Qdrant │
│ (qdrant:6333│
│ /6334 gRPC)│
└─────────────┘