Docker images for our production and development servers. Notably, we use Keepup to manage plugin versions and Ansible to help with our server configs. These are currently tailored to Mine in Abyss, but we hope to expand some config options for other server owners soon.
Java image built on Azul Zulu. On startup it:
- Pulls config files from defined branches using git
- Runs Keepup to automatically download plugins and copy configs where they need to go
- Optionally downloads server jar from a GitHub release as defined by
SERVER_REPO
See our docs for more info like a docker compose example and environment variables.