fix(caddy): add caddy IP access configuration to caddy with env vars

This commit is contained in:
2026-03-19 05:13:12 +08:00
parent 0a3d22640e
commit 7f36160631
2 changed files with 1 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
reverse_proxy penpot-frontend:80
}
http://caddy {
{$CADDY_HTTP_ADDRESSES:http://caddy} {
reverse_proxy penpot-frontend:80
}

View File

@@ -23,7 +23,6 @@ services:
- ./config/certs:/etc/caddy/certs
environment:
- CADDY_SITE_ADDRESS=${CADDY_SITE_ADDRESS}
- TLS_EMAIL=${TLS_EMAIL}
networks:
- penpot
depends_on: