Add highscores server

This commit is contained in:
Michał Gdula 2023-05-03 23:03:23 +03:00
parent b6dc53dfaa
commit d7be76f435
9 changed files with 29 additions and 33 deletions

View file

@ -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"