infrastructure-compose/games-compose.yml

54 lines
1.4 KiB
YAML

version: "3"
services:
thespacebetween:
image: eclipse-temurin:21
restart: always
ports:
- "25565:25565"
- "25575:25575"
volumes:
- "/minecraft_thespacebetween:/mnt"
working_dir: "/mnt"
command: ["java", "-Xms256m", "-Xmx1024m", "-jar", "/mnt/paper-1.21.3-81.jar", "--nogui"]
# team2648mc:
# image: eclipse-temurin:21
# restart: always
# ports:
# - "25564:25565"
# - "25574:25575"
# - "8123:8123"
# volumes:
# - "/minecraft_team2648mc:/mnt"
# working_dir: "/mnt"
# command: ["java", "-Xms256m", "-Xmx4096m", "-jar", "/mnt/paper-1.21.4-15.jar", "--nogui"]
# caleysmc:
# image: eclipse-temurin:21
# restart: always
# ports:
# - "25563:25565"
# - "25573:25575"
# - "8122:8123"
# volumes:
# - "/minecraft_caleysmc:/mnt"
# working_dir: "/mnt"
# command: ["java", "-Xms256m", "-Xmx4096m", "-jar", "/mnt/paper-1.21.4-15.jar", "--nogui"]
1165moddedmc:
image: eclipse-temurin:8
restart: always
ports:
- "25562:25565"
- "25572:25575"
volumes:
- "/minecraft_1165_modded:/mnt"
working_dir: "/mnt"
command: ["java", "-Xms256m", "-Xmx4096m", "-jar", "/mnt/forge-1.16.5-36.2.42.jar", "--nogui"]
xrc:
image: git.coldlightalchemist.com/bradley/xrc-server:16.0a-2
restart: always
ports:
- "1446:1446"
- "1446:1446/udp"
volumes:
- "/etc/localtime:/etc/localtime:ro"