fix: update dramatiq-worker command

This commit is contained in:
Viren070
2025-03-02 23:13:44 +00:00
committed by GitHub
parent e98bbd1dbd
commit 65ac24f84e
+1 -1
View File
@@ -232,7 +232,7 @@ services:
dramatiq-worker:
image: mhdzumair/mediafusion:latest
container_name: dramatiq-worker
command: ["pipenv", "run", "dramatiq", "api.task", "-p", "1", "-t", "4"]
command: ["dramatiq", "api.task", "-p", "1", "-t", "4"]
restart: unless-stopped
env_file:
- ./data/mediafusion/.env