Files
git-pages/conf/supervisord.conf
Catherine da604215c1 Adapt Caddyfile during the build.
Until https://github.com/ss098/certmagic-s3/pull/25 is merged, this
also uses a fork of certmagic-s3.
2025-09-19 22:12:48 +00:00

17 lines
283 B
Plaintext

[supervisord]
logfile = /dev/stderr
loglevel = warn
[program-default]
stdout_logfile = /dev/stdout
stderr_logfile = /dev/stderr
stopsignal = TERM
autorestart = true
[program:pages]
command = /bin/git-pages
[program:caddy]
command = /bin/caddy run -c caddy.json
depends_on = pages