Go to file
2020-11-14 18:21:27 +01:00
backend fix hostname issue + config 2020-11-14 18:21:27 +01:00
client Make python3 explicit for non-Arch based systems (as if those even exist) 2020-04-07 23:57:41 +02:00
frontend Docker (#25) 2020-06-24 14:16:14 +02:00
mapbuilder add navbar + mapbuilder 2020-03-27 10:31:56 +01:00
.gitignore lets start with a mapbuilder 2019-10-20 11:08:13 +02:00
Dockerfile Docker (#25) 2020-06-24 14:16:14 +02:00
README.md fix hostname issue + config 2020-11-14 18:21:27 +01:00

Planetwars

Docker

Build: docker build --tag pw:1.0 .

Run: docker run --rm -p 8123:8123 -p 9142:9142 -p 3012:3012 -v $(pwd)/backend/games:/planetwars/backend/games --name planetwars pw:1.0

Add parameter -e PW_HOST_NAME=<domain>, for example -e PW_HOST_NAME=mozaic.zeus.gent, to set the domain used in the application.