* Add a simple docker-compose setup into tools (#66932)
About The Pull Request
Because I noticed overtime that I kept using my docker-compose.yml setup for spinning up small servers to try features on or mess around on in general.
I thought I'd polish it a bit and add it into the tools/ directory for others to use as well. Not sure if it will be useful for anyone other than myself but hey! Might as well share this.
Please note, this is my first PR, feel free to give critique where critique is due. Or let me know if this is an absolute dogshit PR, that is welcome too, go wild.
Note: Priority of overrides is as following (1 taking highest priority and the rest is lower priority)
Environment variable overrides
Override files in the gamecfg/ folder
Default configuration found under /config
Why It's Good For The Game
Mainly good for developers or people who want to spin up their own server to try stuff on, I was personally missing something like this in the repository and think others might be able to use it to rapidly spin up their own server in a container using the provided Dockerfile in the main repository.
* Add a simple docker-compose setup into tools
Co-authored-by: Melli <75690100+mel-byond@users.noreply.github.com>