docs: caddy update

This commit is contained in:
3252a8
2026-05-17 21:36:32 +03:00
parent 9579f019d4
commit da8f2d08df
3 changed files with 27 additions and 10 deletions
-2
View File
@@ -123,8 +123,6 @@ services:
caddy:
image: caddy:2-alpine
container_name: remnawave-minishop-caddy
environment:
PUBLIC_HOST: ${PUBLIC_HOST:-localhost}
depends_on:
frontend:
condition: service_healthy
+6 -5
View File
@@ -1,11 +1,12 @@
{$PUBLIC_HOST:localhost} {
# Replace the example domains with your real webhook and Mini App hostnames.
app.example.com {
encode zstd gzip
@webhooks path /tg/webhook /webhook/*
reverse_proxy @webhooks backend:8080
reverse_proxy backend:8080
}
@backend_health path /health /healthz
reverse_proxy @backend_health backend:8080
web.example.com {
encode zstd gzip
reverse_proxy frontend:80
}