{"id":18850553,"url":"https://github.com/vollborn/spigot-dockerized","last_synced_at":"2026-05-05T22:41:28.923Z","repository":{"id":118605290,"uuid":"380005598","full_name":"vollborn/spigot-dockerized","owner":"vollborn","description":"This is spigot! In a docker container. Who would have thought?","archived":false,"fork":false,"pushed_at":"2024-06-15T12:50:47.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T15:44:26.550Z","etag":null,"topics":["build-tools","bukkit","docker","minecraft","server","spigot"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vollborn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-24T17:39:12.000Z","updated_at":"2024-06-15T12:50:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"22198fbd-0311-42ba-8a16-9cf3e52020f5","html_url":"https://github.com/vollborn/spigot-dockerized","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vollborn%2Fspigot-dockerized","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vollborn%2Fspigot-dockerized/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vollborn%2Fspigot-dockerized/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vollborn%2Fspigot-dockerized/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vollborn","download_url":"https://codeload.github.com/vollborn/spigot-dockerized/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239786318,"owners_count":19696788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["build-tools","bukkit","docker","minecraft","server","spigot"],"created_at":"2024-11-08T03:29:52.824Z","updated_at":"2026-02-03T10:30:18.737Z","avatar_url":"https://github.com/vollborn.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spigot Dockerized\n\nThis is spigot! In a docker container. Who would have thought?\n\n\u003cbr /\u003e\n\n## Prerequesites\n\nThere are some things you will need beforehand.\n\n- root privileges\n- Docker \u0026 Docker Compose\n- a working internet connection\n\n\u003cbr /\u003e\n\n## Configuration\n\n1. Copy the *.env.example* file to *.env* and edit its entries, if needed.\n```shell\n# Linux \u0026 Mac\ncp .env.example .env\n\n# Windows\ncopy .env.example .env\n```\n\n2. Select your desired minecraft version.\n```\nVERSION=1.18\n```\n\n3. Depending on your Minecraft version, you will need a different Java version.\n```\nJAVA_VERSION=17\n```\n\n| Minecraft Version | Java Version |\n|-------------------|--------------|\n| 1.18              | 17           |\n| 1.17              | 16           |\n| 1.12 - 1.16       | 11           |\n| 1.8 - 1.11        | 8            |\n\n4. Specify your maximal and minimal memory that can be used. Use **M** as unit for megabytes and **G** for gigabytes.\n```\nMEMORY_MAX=2048M\nMEMORY_MIN=512M\n```\n\n5. Select your local folder where the server files should be stored.\n```\nSERVER_DIRECTORY=/opt/spigot-dockerized/server\n```\n\n6. If you want to rebuild and update your Spigot version on every restart, you need to set **BUILD_ON_START** to true and define a persistent build tools directory.\n```\nBUILD_ON_START=true\nBUILD_TOOLS_DIRECTORY=/opt/spigot-dockerized/build-tools\n```\n\n\u003cbr /\u003e\n\n## Build the docker\n\nYou need to build the docker locally before you can start the server.\n\n```shell\nsudo docker-compose build\n```\n\n\u003cbr /\u003e\n\n## Start the server\n\n```shell\nsudo docker-compose up\n```\n\n... or in detached mode\n```shell\nsudo docker-compose up -d\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvollborn%2Fspigot-dockerized","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvollborn%2Fspigot-dockerized","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvollborn%2Fspigot-dockerized/lists"}