Refactor docker-compose files

This commit is contained in:
2022-08-29 14:37:55 +03:00
parent 7b0636312c
commit 9c051ed370
28 changed files with 624 additions and 700 deletions

View File

@@ -1,9 +1,8 @@
version: "3.9"
services:
mc_ftb_0:
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'
@@ -17,7 +16,7 @@ services:
- OVERRIDE_SERVER_PROPERTIES=true
- DIFFICULTY=normal
- ENABLE_WHITELIST=TRUE
- OPS=${OPS}
- OPS=Nikas36
- ENABLE_COMMAND_BLOCK=TRUE
- SPAWN_PROTECTION=0
- LEVEL_TYPE=BIOMESOPLENTY
@@ -35,9 +34,8 @@ services:
tty: true
stdin_open: true
ksp_0:
ksp-0:
image: lmpsrv-custom:0.28.0
container_name: ksp_0
restart: unless-stopped
volumes:
- '/home/nick/configs/gaming/ksp_0/config:/LMPServer/Config'
@@ -49,4 +47,3 @@ services:
- 8800:8800/udp
- 8900:8900
user: "1000:1000"