Added deploy scripts for master/production

This commit is contained in:
2025-02-16 23:55:02 +11:00
parent 694f568275
commit 0aa0228c63
6 changed files with 161 additions and 60 deletions

12
deploy/caddy/Caddyfile Normal file
View File

@@ -0,0 +1,12 @@
projectreshoot.com {
reverse_proxy localhost:3000 localhost:3001 localhost:3002 {
health_uri /healthz
fail_duration 30s
}
}
staging.projectreshoot.com {
reverse_proxy localhost:3005 localhost:3006 localhost:3007 {
health_uri /healthz
fail_duration 30s
}
}