Compare commits

...
Author SHA1 Message Date
3wordchant 935eb77069 feat: Support Caddy reverse proxy 2026-05-07 00:46:34 -04:00
+3
View File
@@ -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