Docker conversion of server component (#54)

* Docker conversion

* UDP not TCP

* Update docker-compose.yml
This commit is contained in:
James Duarte
2024-04-13 22:59:43 -04:00
committed by GitHub
parent 564d1467f6
commit fcd7e18d9b
4 changed files with 75 additions and 1 deletions

13
docker-compose.yml Normal file
View File

@ -0,0 +1,13 @@
version: '3.8'
services:
ragecoop-v:
build:
context: .
dockerfile: Dockerfile
ports:
- "4499:4499/udp"
stdin_open: true
tty: true
volumes:
- ./Settings.xml:/app/Settings.xml