This commit is contained in:
@@ -30,11 +30,15 @@ services:
|
||||
ports: ["1226:8080"]
|
||||
worker:
|
||||
<<: *app
|
||||
environment:
|
||||
VACATURERADAR_RUN_MIGRATIONS: "0"
|
||||
cap_drop:
|
||||
- ALL
|
||||
command: ["celery", "-A", "config", "worker", "-l", "INFO", "-Q", "high,default,low", "--concurrency=2"]
|
||||
scheduler:
|
||||
<<: *app
|
||||
environment:
|
||||
VACATURERADAR_RUN_MIGRATIONS: "0"
|
||||
cap_drop:
|
||||
- ALL
|
||||
command: ["celery", "-A", "config", "beat", "-l", "INFO", "--schedule", "/tmp/celerybeat-schedule"]
|
||||
|
||||
Reference in New Issue
Block a user