This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
jupiter-compose/gaming/docker-compose.yml

52 lines
1.6 KiB
YAML

version: "3.9"
services:
mc_ftb_0:
image: itzg/minecraft-server:java11-openj9
container_name: mc_ftb_0
restart: unless-stopped
volumes:
- '/home/nick/configs/gaming/mc_ftb_0:/data'
ports:
- 25566:25565
environment:
- TYPE=CURSEFORGE
- CF_SERVER_MOD=ATM6-1.8.19-server.zip
- EULA=TRUE
- SERVER_NAME=All the Mods 6 1.8.19 - 1.6.15
- OVERRIDE_SERVER_PROPERTIES=true
- DIFFICULTY=normal
- ENABLE_WHITELIST=TRUE
- OPS=${OPS}
- ENABLE_COMMAND_BLOCK=TRUE
- SPAWN_PROTECTION=0
- LEVEL_TYPE=BIOMESOPLENTY
- ALLOW_FLIGHT=TRUE
- MEMORY=8G
- STOP_SERVER_ANNOUNCE_DELAY=30
- TUNE_VIRTUALIZED=TRUE
- ENABLE_ROLLING_LOGS=TRUE
- ENABLE_AUTOPAUSE=FALSE
- MAX_TICK_TIME=-1
- TZ=Europe/Athens
- UID=1000
- GID=1000
user: "1000:1000"
tty: true
stdin_open: true
ksp_0:
image: ghcr.io/lunamultiplayer/lunamultiplayer/server:0.28.0
container_name: ksp_0
restart: unless-stopped
volumes:
- '/home/nick/configs/gaming/ksp_0/config:/LMPServer/Config'
- '/home/nick/configs/gaming/ksp_0/universe:/LMPServer/Universe'
- '/home/nick/configs/gaming/ksp_0/plugins:/LMPServer/Plugins'
- '/home/nick/configs/gaming/ksp_0/logs:/LMPServer/logs'
ports:
- 8800:8800/udp
- 8900:8900
user: "1000:1000"