mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 23:54:02 +00:00
feat(deploy): add VPS compose deployment workflow
Co-authored-by: claw <stanislavkalishin+claw@gmail.com>
This commit is contained in:
9
deploy/vps/Caddyfile
Normal file
9
deploy/vps/Caddyfile
Normal file
@@ -0,0 +1,9 @@
|
||||
{$BOT_DOMAIN} {
|
||||
encode zstd gzip
|
||||
reverse_proxy bot:8080
|
||||
}
|
||||
|
||||
{$MINIAPP_DOMAIN} {
|
||||
encode zstd gzip
|
||||
reverse_proxy miniapp:8080
|
||||
}
|
||||
Reference in New Issue
Block a user