feat(deploy): add VPS compose deployment workflow

Co-authored-by: claw <stanislavkalishin+claw@gmail.com>
This commit is contained in:
2026-03-30 15:27:52 +02:00
parent 575a68b3bb
commit 4d8d2fb6cf
9 changed files with 421 additions and 0 deletions

9
deploy/vps/Caddyfile Normal file
View File

@@ -0,0 +1,9 @@
{$BOT_DOMAIN} {
encode zstd gzip
reverse_proxy bot:8080
}
{$MINIAPP_DOMAIN} {
encode zstd gzip
reverse_proxy miniapp:8080
}