fix: remove workflow backgrund worker from dockerfile

This commit is contained in:
Soumyadas15 2025-06-23 19:07:55 +05:30
parent a152777b2d
commit 60cb8246c6
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ services:
build:
context: .
dockerfile: Dockerfile
command: python -m dramatiq --skip-logging --processes 4 --threads 4 run_agent_background run_workflow_background
command: python -m dramatiq --skip-logging --processes 4 --threads 4 run_agent_background
env_file:
- .env
volumes: