merge job workers

This commit is contained in:
Ramnique Singh 2025-08-17 11:06:53 +05:30
parent cc8e9210d7
commit 7d70ff8fd2
3 changed files with 42 additions and 13 deletions

View file

@ -201,16 +201,6 @@ services:
- COMPOSIO_API_KEY=${COMPOSIO_API_KEY}
restart: unless-stopped
job-rules-worker:
build:
context: ./apps/rowboat
dockerfile: scripts.Dockerfile
command: ["npm", "run", "job-rules-worker"]
environment:
- MONGODB_CONNECTION_STRING=mongodb://mongo:27017/rowboat
- REDIS_URL=redis://redis:6379
restart: unless-stopped
# chat_widget:
# build:
# context: ./apps/experimental/chat_widget