Merge pull request #804 from escapade-mckv/workflows-2

fix: remove workflow backgrund worker from dockerfile
This commit is contained in:
Bobbie 2025-06-23 19:09:31 +05:30 committed by GitHub
commit 9ce671a1ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile 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_file:
- .env - .env
volumes: volumes: