From 65ac24f84ede970d9d8682fce34dd27da6c55af5 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Sun, 2 Mar 2025 23:13:44 +0000 Subject: [PATCH] fix: update dramatiq-worker command --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index f5ee151..cc35450 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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