mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-05-25 08:32:05 +00:00
Until https://github.com/ss098/certmagic-s3/pull/25 is merged, this also uses a fork of certmagic-s3.
17 lines
283 B
Plaintext
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
|