From 935eb77069bc9eb340a6bd5872a5ce4097e81b61 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 7 May 2026 00:46:34 -0400 Subject: [PATCH] feat: Support Caddy reverse proxy --- compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose.yml b/compose.yml index a9209f6..1aef159 100644 --- a/compose.yml +++ b/compose.yml @@ -29,6 +29,9 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" + - "caddy=${DOMAIN}" + - "caddy.reverse_proxy={{upstreams 80}}" + - "caddy.tls.on_demand=" healthcheck: test: curl -f http://${STACK_NAME}_app:8008/health || exit 1 interval: 30s -- 2.49.0