p2r3 / epochtal

Portal 2 tournament framework
https://epochtal.p2r3.com/
GNU General Public License v3.0
8 stars 4 forks source link

Support and provide build tools for running as a Docker container #73

Closed soni801 closed 2 months ago

soni801 commented 2 months ago

This PR adds support for running as a Docker container, as well as adding Docker build tools. I'll also update installation instructions to make more sense.

It'd be nice to address #56 before merging this, but it's not that huge of a deal - worst case scenario we just add health checks to the Docker image later.

Fixes #43.

soni801 commented 2 months ago

needs further testing

wdym it works flawlessly :D

PancakeTAS commented 2 months ago

needs further testing

wdym it works flawlessly :D

curl -fsSL https://get.docker.com -o get-docker.sh

soni801 commented 2 months ago

For sake of documentation: this PR now also moves tmpdir inside datadir. Shouldn't break anything.