fix(docker): use WindMagi offline operator UUID
Release / release (push) Successful in 2m18s
CI / build (push) Successful in 1m21s

This commit is contained in:
dmg
2026-08-11 18:25:23 -04:00
parent 2e6fdb4e5b
commit 904faf1832
6 changed files with 29 additions and 5 deletions
+3 -1
View File
@@ -11,8 +11,9 @@ services:
TYPE: SPIGOT
VERSION: "26.2"
MEMORY: 2G
OPS: WindMagi
ONLINE_MODE: "false"
OPS_FILE: /config/tree-feller-ops.json
OVERRIDE_OPS: "true"
ENABLE_RCON: "true"
RCON_PASSWORD: "${TREE_FELLER_RCON_PASSWORD:-tree-feller-local-test}"
VIEW_DISTANCE: "6"
@@ -21,6 +22,7 @@ services:
volumes:
- ./.docker/minecraft:/data
- ./build/libs/tree-feller-0.1.0-SNAPSHOT.jar:/plugins/TreeFeller.jar:ro
- ./docker/test-ops.json:/config/tree-feller-ops.json:ro
healthcheck:
test: ["CMD", "mc-health"]
start_period: 15m