2024-08-02 15:50:18 -03:00
|
|
|
services:
|
|
|
|
mc:
|
|
|
|
container_name: minecraft
|
2024-09-19 12:41:39 -03:00
|
|
|
image: itzg/minecraft-server:java21-alpine
|
2024-08-02 15:50:18 -03:00
|
|
|
restart: unless-stopped
|
|
|
|
ports:
|
2024-08-02 20:39:28 -03:00
|
|
|
- "25565:25565/tcp" # minecraft
|
|
|
|
- "25565:25565/udp" # plasmo-voice
|
2024-08-02 15:50:18 -03:00
|
|
|
- "25566:8123" # dynmap
|
|
|
|
environment:
|
|
|
|
EULA: "TRUE"
|
|
|
|
TYPE: "FABRIC"
|
|
|
|
TZ: "America/Moncton"
|
|
|
|
ENABLE_ROLLING_LOGS: "true"
|
2024-12-15 11:40:28 -04:00
|
|
|
ENABLE_AUTOPAUSE: "true"
|
|
|
|
MAX_TICK_TIME: -1
|
2024-08-02 15:50:18 -03:00
|
|
|
MAX_MEMORY: "6G"
|
2024-12-15 11:40:28 -04:00
|
|
|
VERSION: "1.21.4"
|
2024-08-02 15:50:18 -03:00
|
|
|
MOTD: "Let's get it started in here"
|
2024-08-02 21:06:46 -03:00
|
|
|
SEED: "-2694942683531129739"
|
2024-08-02 15:50:18 -03:00
|
|
|
DIFFICULTY: "normal"
|
|
|
|
SNOOPER_ENABLED: "false"
|
|
|
|
ALLOW_FLIGHT: "true"
|
|
|
|
ENABLE_RCON: "true"
|
|
|
|
USE_AIKAR_FLAGS: "true"
|
|
|
|
OPS: "IsaacDaybreak"
|
2024-12-15 10:54:00 -04:00
|
|
|
PACKWIZ_URL: "https://git.shoebottom.ca/IsaacShoebottom/compose/raw/branch/master/minecraft/pack/pack.toml"
|
2024-11-28 08:47:19 -04:00
|
|
|
REMOVE_OLD_MODS: "true"
|
2024-08-02 15:50:18 -03:00
|
|
|
MODRINTH_DOWNLOAD_DEPENDENCIES: "required"
|
|
|
|
MODRINTH_ALLOWED_VERSION_TYPE: "alpha"
|
2024-11-28 08:27:05 -04:00
|
|
|
# Disabled mods:
|
2024-12-15 11:40:28 -04:00
|
|
|
# dynmap (Not updated)
|
|
|
|
# disable-portal-checks (Not updated)
|
|
|
|
# fastback (Not updated)
|
|
|
|
# headfix (Not updated)
|
|
|
|
# faster-random (Not updated)
|
|
|
|
# achievements-optimizer (Not updated)
|
|
|
|
# jei (Not updated)
|
|
|
|
# railoptimization (Not updated)
|
|
|
|
# modernfix (Not updated)
|
2024-08-02 15:50:18 -03:00
|
|
|
volumes:
|
|
|
|
- /docker/appdata/minecraft:/data
|