feat: add caddy docker compose example

This commit is contained in:
3252a8
2026-04-24 23:16:31 +03:00
parent 7e26f9da9b
commit 9c499fe3c2
3 changed files with 106 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Replace the example domains below with your real webhook and Mini App hostnames.
webhook.domain.com {
encode zstd gzip
reverse_proxy remnawave-tg-shop:{$WEB_SERVER_PORT:8080}
}
app.domain.com {
encode zstd gzip
reverse_proxy remnawave-tg-shop:{$WEBAPP_SERVER_PORT:8081}
}