Skip to content

Commit f66c23b

Browse files
author
Gerald Iakobinyi-Pich
committed
Yet another fix for docker-compose-celery.yml
1 parent 251399b commit f66c23b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docker-compose-celery.yml

+11-10
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,17 @@ services:
1919
- ./app/app/google_analytics_private_key.pem:/code/app/app/google_analytics_private_key.pem
2020

2121
working_dir: /code/app
22-
command: ["celery", "-A", "taskapp", "worker", "-Q", "gitcoin_passport,high_priority,celery"]
22+
command: ["celery", "-A", "taskapp", "worker", "-Q", "gitcoin_passport, celery"]
2323

24-
worker_2:
25-
<<: *worker
26-
command: ["celery", "-A", "taskapp", "worker", "-Q", "gitcoin_passport,high_priority,celery"]
24+
# worker_2:
25+
# <<: *worker
26+
# command: ["celery", "-A", "taskapp", "worker", "-Q", "gitcoin_passport,high_priority,celery"]
2727

28-
worker_3:
29-
<<: *worker
30-
command: ["celery", "-A", "taskapp", "worker", "-Q", "gitcoin_passport,celery"]
28+
# worker_3:
29+
# <<: *worker
30+
# command: ["celery", "-A", "taskapp", "worker", "-Q", "gitcoin_passport,celery"]
31+
32+
# worker_4:
33+
# <<: *worker
34+
# command: ["celery", "-A", "taskapp", "worker", "-Q", "gitcoin_passport,celery"]
3135

32-
worker_4:
33-
<<: *worker
34-
command: ["celery", "-A", "taskapp", "worker", "-Q", "gitcoin_passport,celery"]

0 commit comments

Comments
 (0)