mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-28 22:03:10 +00:00
Add highscores server
This commit is contained in:
parent
b6dc53dfaa
commit
d7be76f435
9 changed files with 29 additions and 33 deletions
|
@ -1,14 +1,8 @@
|
|||
version: "3.8"
|
||||
|
||||
version: "3.9"
|
||||
services:
|
||||
highscores:
|
||||
build: ./Highscore-Server/
|
||||
# restart: unless-stopped
|
||||
ports:
|
||||
- "5000:5000"
|
||||
caddy:
|
||||
hostname: caddy
|
||||
image: caddy:latest
|
||||
# restart: unless-stopped
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
@ -18,4 +12,9 @@ services:
|
|||
- ./Caddy/config:/config
|
||||
environment:
|
||||
- ACME_AGREE=true
|
||||
- TZ=Europe/London
|
||||
- TZ=Europe/London
|
||||
highscores:
|
||||
hostname: highscores
|
||||
build: ./Highscore-Server/
|
||||
ports:
|
||||
- "5000:5000"
|
Loading…
Add table
Add a link
Reference in a new issue