forked from cardosofelipe/fast-next-template
Set up complete Docker Compose for local development #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Create comprehensive Docker Compose configuration for running the full Syndarix stack locally.
Requirements
Services
db- PostgreSQL with pgvectorredis- Cache and message brokerbackend- FastAPI applicationfrontend- Next.js applicationcelery-agent- Celery worker (agent queue)celery-git- Celery worker (git queue)celery-sync- Celery worker (sync queue)celery-default- Celery worker (default queue)Configuration
depends_onwith conditions)Files
docker-compose.yaml- Main compose filedocker-compose.override.yaml- Development overrides.env.example- Environment templateAcceptance Criteria
docker compose upTechnical Notes
Dependencies
Assignable To
devops-engineer agent