{"id":32512558,"url":"https://github.com/jawebada/cookiecutter-minecraft-bedrock-docker","last_synced_at":"2026-05-15T18:32:09.045Z","repository":{"id":89071920,"uuid":"263970212","full_name":"jawebada/cookiecutter-minecraft-bedrock-docker","owner":"jawebada","description":"Docker swarm stack for the bedrock Minecraft server","archived":false,"fork":false,"pushed_at":"2020-05-15T13:31:20.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T22:34:04.808Z","etag":null,"topics":["cookiecutter","docker","docker-compose","docker-swarm","minecraft"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jawebada.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-14T16:39:20.000Z","updated_at":"2020-05-15T13:31:22.000Z","dependencies_parsed_at":"2023-06-13T19:30:38.353Z","dependency_job_id":null,"html_url":"https://github.com/jawebada/cookiecutter-minecraft-bedrock-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jawebada/cookiecutter-minecraft-bedrock-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jawebada%2Fcookiecutter-minecraft-bedrock-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jawebada%2Fcookiecutter-minecraft-bedrock-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jawebada%2Fcookiecutter-minecraft-bedrock-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jawebada%2Fcookiecutter-minecraft-bedrock-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jawebada","download_url":"https://codeload.github.com/jawebada/cookiecutter-minecraft-bedrock-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jawebada%2Fcookiecutter-minecraft-bedrock-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cookiecutter","docker","docker-compose","docker-swarm","minecraft"],"created_at":"2025-10-27T22:29:13.393Z","updated_at":"2026-05-15T18:32:09.040Z","avatar_url":"https://github.com/jawebada.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker swarm stack for the bedrock Minecraft server\n\n## Summary\n\nThis is a [Cookiecutter](https://cookiecutter.readthedocs.io) template to\nconfigure a docker stack for the [Minecraft bedrock\nserver](https://www.minecraft.net/en-us/download/server/bedrock/). The stack is\ncalled `minecraft` and can be easily deployed to a docker swarm node.\n\nPlayers are whitelisted and you will be asked for the operator's Minecraft name\nand XUID.\n\nThe world will be saved in a volume created by the docker-compose file. \n\n*If your docker swarm consists of multiple nodes, you will have to add label\nconstraints to [control the placement of the\ncontainer](https://success.docker.com/article/using-contraints-and-labels-to-control-the-placement-of-containers).*\nPRs are welcome.\n\n## How to use\n\n### Set up the docker swarm\n\n* [Install docker](https://docs.docker.com/get-docker/)\n* `docker swarm init`\n* Create a corresponding [docker context](https://docs.docker.com/engine/context/working-with-contexts/#create-a-new-context) on your dev machine\n* [Set up a (temporary) registry](https://docs.docker.com/registry/deploying/#run-a-local-registry) or sign up to [Docker Hub](https://hub.docker.com)\n\n### Build and deploy the stack on your dev machine\n\n* Install `docker` and `docker-compose`\n* Install [Cookiecutter](https://cookiecutter.readthedocs.io/)\n  - `apt-get install cookiecutter` or\n  - `python3 -m venv env \u0026\u0026 . env/bin/activate \u0026\u0026 pip install cookiecutter`\n* `cookiecutter gh:jawebada/cookiecutter-minecraft-bedrock-docker`\n* Configure your bedrock server stack\n  - project_slug: the name of the directory your configuration will be saved to\n  - server_name: the name of your Minecraft server\n  - level_name: the name of the Minecraft level your server will create\n  - game_mode: the default game mode of your server (\"survival\", \"creative\", or \"adventure\"), can be changed by the operator\n  - difficulty: the difficulty of your world (\"peaceful\", \"easy\", \"normal\", or \"hard\")\n  - operator_name: the Minecraft name of your server's operator\n  - operator_xuid: the XUID of your server's operator\n  - published_udp_port: the UDP port that will be published on your docker swarm node\n  - docker_context: the name of the docker context for your docker swarm node\n  - registry_prefix: this is either your Docker Hub user name or *hostname:port* for your private registry\n* `cd your-configuration-directory`\n* Download the [latest bedrock server software for ubuntu](https://www.minecraft.net/en-us/download/server/bedrock/) and save it in your configuration directory\n* Optionally, edit `whitelist.json`, `server.properties`, or `permissions.json` as required\n* `make \u0026\u0026 make deploy`\n* Add the fully qualified domain name and the port of your new server to the server tab of your Minecraft client\n* Have fun!\n\n### Update the server\n\nIf a new release of the bedrock server becomes available, which does not\nintroduce breaking changes, you can simply replace the zip file in your build\ndirectory an call `make \u0026\u0026 make deploy` again.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjawebada%2Fcookiecutter-minecraft-bedrock-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjawebada%2Fcookiecutter-minecraft-bedrock-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjawebada%2Fcookiecutter-minecraft-bedrock-docker/lists"}