docs: update deploy examples

This commit is contained in:
3252a8
2026-05-23 22:01:40 +03:00
parent dab70d5a97
commit 60d8c297f9
22 changed files with 949 additions and 224 deletions
+19
View File
@@ -0,0 +1,19 @@
# Domains are read from .env:
# WEBHOOK_HOST=webhooks.example.com
# MINIAPP_HOST=app.example.com
#
# If you prefer hardcoded hostnames, replace {$WEBHOOK_HOST} and
# {$MINIAPP_HOST} with your real domains.
{$WEBHOOK_HOST} {
encode zstd gzip
reverse_proxy backend:8080
}
{$MINIAPP_HOST} {
encode zstd gzip
reverse_proxy frontend:80
}