Add gaming compose
This commit is contained in:
36
gaming/docker-compose.yml
Normal file
36
gaming/docker-compose.yml
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
version: "3.9"
|
||||||
|
|
||||||
|
services:
|
||||||
|
mc_ftb_0:
|
||||||
|
image: itzg/minecraft-server:java11-openj9
|
||||||
|
container_name: mc_ftb_0
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- '/mnt/storage/fast_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
|
Reference in New Issue
Block a user