1
0
mirror of https://notabug.org/halcyon-suite/halcyon synced 2024-12-24 00:31:28 +01:00
halcyon-webclient/docker/etc/supervisord.conf
2019-01-05 15:02:04 -05:00

24 lines
453 B
Plaintext

[supervisord]
nodaemon=true
pidfile=/var/run/supervisord.pid
[program:php-fpm]
command=/usr/local/sbin/php-fpm
autostart=true
autorestart=true
priority=10
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:nginx]
command=/usr/sbin/nginx
autostart=true
autorestart=true
priority=20
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0