This repository has been archived on 2025-06-09. You can view files and clone it, but cannot push or open issues or pull requests.
LaravelDockerPublisher/docker/supervisord.git.conf

12 lines
264 B
Plaintext

[supervisord]
nodaemon=true
logfile=/var/log/supervisord.log
pidfile=/var/run/supervisord.pid
[program:git-worker]
command=/entrypoint.sh
autostart=true
autorestart=true
startsecs=0
stdout_logfile=/var/log/git-worker.log
stderr_logfile=/var/log/git-worker.err.log