Productionize EventSphere platform
This commit is contained in:
13
deploy/Caddyfile
Normal file
13
deploy/Caddyfile
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user