mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix: update dramatiq-worker command
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user