This commit is contained in:
2025-11-25 18:22:45 +01:00
parent 073632a7b9
commit 7370426a9c
15 changed files with 301 additions and 136 deletions

View File

@@ -15,12 +15,12 @@ services:
image: 'ghcr.io/zekrotja/papermc-docker:zulu-22'
restart: unless-stopped
environment:
VERSION: "1.21.8"
VERSION: "1.21.10"
BUILD: "latest"
CACHE_DOWNLOAD: "true"
XMS: 4G
XMX: 8G
MAX_AGE_BACKUP_FILES: 15d
MAX_AGE_BACKUP_FILES: 12d
PRE_START_BACKUP: "true"
POST_START_BACKUP: "false"
BACKUP_SUCCESS_SCRIPT: 'curl -X PUT -u "minecraft_backups:dn89v573w490852348905b3c2458" -H "Title: ✅ Minecraft Backup Successfull" "https://ntfy.zekro.de/minecraft_backups"'
@@ -29,6 +29,7 @@ services:
ports:
- '24693:25565'
- '25575:25575' # RCON temporarily disabled because of security issues
- '24454:24454/udp' # voice chat
networks:
- "core_public"
- "minecraft"
@@ -78,7 +79,7 @@ services:
image: 'ghcr.io/zekrotja/papermc-docker'
restart: unless-stopped
environment:
VERSION: "1.21.8"
VERSION: "1.21.10"
BUILD: "latest"
CACHE_DOWNLOAD: "true"
XMS: 2G
@@ -166,8 +167,10 @@ services:
grafana:
image: "grafana/grafana"
restart: on-failure
restart: unless-stopped
user: "root"
environment:
GF_SECURITY_ALLOW_EMBEDDING: "true"
volumes:
- "./grafana:/var/lib/grafana"
networks: