18 lines
379 B
Plaintext
18 lines
379 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:cron]
|
|
command=/usr/bin/env sh -c "crond -f"
|
|
stdout_logfile=/var/log/cron
|
|
stderr_logfile=/var/log/cron.stderr
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile_maxbytes=0
|
|
autorestart=true
|
|
|
|
[program:php-fpm]
|
|
command=docker-php-entrypoint php-fpm
|
|
stdout_logfile=/dev/stdout
|
|
stderr_logfile=/dev/stderr
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile_maxbytes=0
|