0520668 Merge update from Common 4497566 Squashed '.gitlab/' changes from 731ada6..cf41f2e2de53deRemove .commona85a7aaMerge branch 'common-subtree'a074005Add '.gitlab/' from commit '731ada6a3d65b2347ccf204cfe09ee278a4f0594'422f4d4remove .gitlab subtree731ada6Merge branch 'make-update-fixes' into 'main'c3e6d73Switch to "subtree split" push strategy3c91292Make user stash their own damn changesd86b505Add PROJECT_NAME and VERSION9d0c9c6Update README with "common" remote30fb8c2Merge branch 'docker-buidlx-overhaul' into 'main'fd96b3fMerge branch 'git-release' into 'main'a6053edAdd make git-release3563c5cAdd make docker-release40a217bUse buildx to create multi-arch images5e2bc5fSwitch to container-builder buildx platforma5aa0caAutomated release for version 1.0.265b3a84make subtree "split" overhauld181d45Overhaul for get-server v. 2.0.09eed509Don't squash on pullb07a2c0Run update after make-push22a952dRemove warning from make-update0f6eeb7Add make-stash-drop commandf81d846Only pop stash if changesafed93fAdd warning to make-update and make-push6239af7Ignore git stash pop failures2f76759Add make-push command66b4fdbIgnore subtree pull failuresda69418Switch to url-based subtree with `make-update`ba12c92Remove docker-run74a4a4eTransition to .gitlab prefix3e8ca71Add chart-release to truenas.makefile4146777Add helm.makefile8a52a21Switch to multi-makefile strategyf187522init git-subtree-dir: minecraft git-subtree-split: 05206686ad84ad388c98578becfc5cfe3a13fdb4
54 lines
853 B
Markdown
54 lines
853 B
Markdown
# Minecraft
|
|
|
|
## Running Locally
|
|
|
|
```bash
|
|
# download the most recent version of minecraft
|
|
make get-server
|
|
|
|
# Run the server
|
|
docker-compose up
|
|
```
|
|
|
|
## Uploading to Docker Hub
|
|
|
|
1. Update the version in the VERSION file.
|
|
2. Build and push the new version
|
|
|
|
```bash
|
|
make build
|
|
make push
|
|
```
|
|
|
|
## Running in kubernetes
|
|
|
|
Requires helm v3. Edit values.yaml and run the following:
|
|
|
|
```bash
|
|
helm upgrade --install minecraft
|
|
```
|
|
|
|
Your minecraft server will be available on port 25565 by default.
|
|
|
|
## Create a Backup
|
|
|
|
```bash
|
|
kubectl cp <pod_name>:/mc_data <backup>
|
|
```
|
|
|
|
## Restore from Backup
|
|
|
|
```bash
|
|
kubectl cp <backup> <pod_name>:/mc_data
|
|
```
|
|
|
|
## Cool seeds
|
|
|
|
### 7485786574821478084
|
|
|
|
Spawns you next to a nether portal with golden axe and pickaxe. River and Village close by.
|
|
|
|
### -8018833100564192815
|
|
|
|
Use with an amplified world, massive island
|