mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-22 11:04:53 +00:00
Add docker files for expo page
This commit is contained in:
parent
578b0e728b
commit
77c0711a24
11 changed files with 76 additions and 522 deletions
|
@ -1,3 +1,9 @@
|
|||
{$DOMAIN}
|
||||
reverse_proxy highscore:8080
|
||||
encode gzip
|
||||
{$DOMAIN_HIGHSCORE} {
|
||||
reverse_proxy highscore:8000
|
||||
encode gzip
|
||||
}
|
||||
|
||||
{$DOMAIN_EXPO} {
|
||||
reverse_proxy expo:5000
|
||||
encode gzip
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue