mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-24 17:24:43 +01:00
235efbe151
* keep pids in container scope * increase client_max_body_size through nginx proxy deployments to 5.8G
13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
[program:celery_beat]
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
startsecs=0
|
|
numprocs=1
|
|
user=www-data
|
|
directory=/home/mediacms.io/mediacms
|
|
priority=300
|
|
startinorder=true
|
|
command=/home/mediacms.io/bin/celery beat --pidfile=/var/run/mediacms/beat%%n.pid --loglevel=INFO --logfile=/home/mediacms.io/mediacms/logs/celery_beat.log
|