Fix RQ worker invocation

This commit is contained in:
2026-07-28 00:01:31 +03:30
parent 983b5279a2
commit 3f180e88ed
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ services:
image: seed:latest
container_name: seed-worker
restart: unless-stopped
command: python -m rq worker --url redis://redis:6379/0 batch
command: ["rq", "worker", "--url", "redis://redis:6379/0", "batch"]
env_file:
- .env
environment: