feat: add Celery worker and beat services to Docker configuration, update service roles

This commit is contained in:
Anish Sarkar 2026-02-24 23:07:07 +05:30
parent 68be0d8675
commit 1ce446ed27
3 changed files with 123 additions and 1 deletions

View file

@ -37,6 +37,7 @@ EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2
# BACKEND_PORT=8000
# FRONTEND_PORT=3000
# ELECTRIC_PORT=5133
# FLOWER_PORT=5555
# Frontend URL used by backend for CORS and OAuth redirects.
# Auto-derived from FRONTEND_PORT for localhost. Set explicitly for reverse proxy.