2 Commits

Author SHA1 Message Date
Jeremiah a5a4b83a25 Sets prettier to run on the repo (#91379)
Prettier (an auto formatter) is set to only run within the tgui folder
currently. This removes that limitation, allowing it to automatically
format all supported files in the repo (.js, .html, .yml
[etc](https://prettier.io/docs/))

I made a few exceptions for bundled and generated files
I'm of the opinion that code should look uniform and am lazy enough to
want CTRL-S to format files without having to think beyond that
2025-06-05 19:13:02 -04:00
SkyratBot c7a10d6d35 [MIRROR] Add a simple docker-compose setup into tools [MDB IGNORE] (#13621)
* 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>
2022-05-15 11:59:46 -07:00