You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command: celery -A celerywyrm worker -l info -Q high_priority,medium_priority,low_priority,streams,images,suggested_users,email,connectors,lists,inbox,imports,import_triggered,broadcast,misc
93
+
logging: *default-logging
65
94
volumes:
66
95
- .:/app
67
96
- static_volume:/app/static
@@ -77,6 +106,7 @@ services:
77
106
networks:
78
107
- main
79
108
command: celery -A celerywyrm beat -l INFO --scheduler django_celery_beat.schedulers:DatabaseScheduler
109
+
logging: *default-logging
80
110
volumes:
81
111
- .:/app
82
112
- static_volume:/app/static
@@ -88,6 +118,7 @@ services:
88
118
flower:
89
119
build: .
90
120
command: celery -A celerywyrm flower --basic_auth=${FLOWER_USER}:${FLOWER_PASSWORD} --url_prefix=flower
0 commit comments