Some checks failed
CI / fmt (pull_request) Successful in 1m22s
CI / clippy (pull_request) Successful in 3m46s
CI / test (1.85) (pull_request) Failing after 8m22s
CI / test (stable) (pull_request) Failing after 8m25s
CI / deny (pull_request) Failing after 1m24s
CI / sim-bench (stable) (pull_request) Failing after 11m2s
CI / image-build (4 images) (pull_request) Has been skipped
CI / smoke (all-in-one TLS sim call) (pull_request) Has been skipped
CI / smoke (T2 compose four-service) (pull_request) Has been skipped
CI / smoke (caddy reload during live call, zero drops) (pull_request) Has been skipped
CI / twilio-live (manual only) (pull_request) Has been skipped
Co-authored-by: Aaron D. Lee <himself@adlee.work> Co-committed-by: Aaron D. Lee <himself@adlee.work>
7 lines
330 B
Plaintext
Executable File
7 lines
330 B
Plaintext
Executable File
#!/command/execlineb -P
|
|
# s6-rc service: caddy — the edge (ACME + TLS termination + WS proxy).
|
|
# Depends on: engine (s6-rc starts the engine first per caddy/dependencies.d/engine).
|
|
# User: root (caddy needs :80/:443).
|
|
foreground { mkdir -p /data }
|
|
exec /usr/local/bin/caddy run --config /etc/caddy/Caddyfile --adapter caddyfile
|