mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-20 02:04:52 +00:00
Renamed the folders and containers to something more reasonable Using .env file for secretes so I can better hide them from git Mostly it, I think
9 lines
142 B
Caddyfile
9 lines
142 B
Caddyfile
{$THE_FRONT_ROOMS_DOMAIN} {
|
|
reverse_proxy tfr:8000
|
|
encode gzip
|
|
}
|
|
|
|
{$GAME_EXPO_DOMAIN} {
|
|
reverse_proxy expo:5000
|
|
encode gzip
|
|
}
|