Productionize EventSphere platform

This commit is contained in:
Austin A
2026-04-25 21:02:19 +01:00
commit 1f1d30a9f5
171 changed files with 18682 additions and 0 deletions

13
deploy/Caddyfile Normal file
View File

@@ -0,0 +1,13 @@
{
email {$LETSENCRYPT_EMAIL}
}
event.brainshare.ng {
encode gzip
reverse_proxy web:3000
}
api.event.brainshare.ng {
encode gzip
reverse_proxy api:4000
}