Version: 1.0
A Simple Docker Compose File to run MineOS (the Minecraft server manager). It contains Traefik labels that go with my Traefik installation to provide wildcard SSL certificates to internal Homelab services through Cloudflare at https://github.com/Andreaux/Traefik-Docker-Compose This file is set up the way it works for my Home Lab. Feel free to modify it to fit your purpose.
- Set up Traefik and Cloudflare (not part of this package. See: https://github.com/Andreaux/Traefik-Docker-Compose)
- Modify the .env file (or set up the same environment variables if you're using a package manager like Portainer for example).
- Create a folder for the persistent data somewhere and share it with NFS (optional).
- Edit the docker-compose.yml file to mount the NFS share you created into the container (top of the file) or, if it's a local folder, you can remove the share info at the top of the docker-compose.yml file and modify the volume definition.
- Create and launch MineOS with docker-compose up -d
Everything should "just work".
If you find this useful, a coffee through Ko-Fi is all it takes to make me happy <3 (I love coffee :D) Click the Sponsor button on the top of this page or visit https://ko-fi.com/andreaux to buy me a coffee.