Commenting out servers not actively being used or are in need of upgrades

This commit is contained in:
Bradley Bickford 2025-04-15 20:47:08 -04:00
parent b1cb3704b8
commit ab7eac0861

View File

@ -11,28 +11,28 @@ services:
- "/minecraft_thespacebetween:/mnt" - "/minecraft_thespacebetween:/mnt"
working_dir: "/mnt" working_dir: "/mnt"
command: ["java", "-Xms256m", "-Xmx1024m", "-jar", "/mnt/paper-1.21.3-81.jar", "--nogui"] command: ["java", "-Xms256m", "-Xmx1024m", "-jar", "/mnt/paper-1.21.3-81.jar", "--nogui"]
team2648mc: # team2648mc:
image: eclipse-temurin:21 # image: eclipse-temurin:21
restart: always # restart: always
ports: # ports:
- "25564:25565" # - "25564:25565"
- "25574:25575" # - "25574:25575"
- "8123:8123" # - "8123:8123"
volumes: # volumes:
- "/minecraft_team2648mc:/mnt" # - "/minecraft_team2648mc:/mnt"
working_dir: "/mnt" # working_dir: "/mnt"
command: ["java", "-Xms256m", "-Xmx4096m", "-jar", "/mnt/paper-1.21.4-15.jar", "--nogui"] # command: ["java", "-Xms256m", "-Xmx4096m", "-jar", "/mnt/paper-1.21.4-15.jar", "--nogui"]
caleysmc: # caleysmc:
image: eclipse-temurin:21 # image: eclipse-temurin:21
restart: always # restart: always
ports: # ports:
- "25563:25565" # - "25563:25565"
- "25573:25575" # - "25573:25575"
- "8122:8123" # - "8122:8123"
volumes: # volumes:
- "/minecraft_caleysmc:/mnt" # - "/minecraft_caleysmc:/mnt"
working_dir: "/mnt" # working_dir: "/mnt"
command: ["java", "-Xms256m", "-Xmx4096m", "-jar", "/mnt/paper-1.21.4-15.jar", "--nogui"] # command: ["java", "-Xms256m", "-Xmx4096m", "-jar", "/mnt/paper-1.21.4-15.jar", "--nogui"]
1165moddedmc: 1165moddedmc:
image: eclipse-temurin:8 image: eclipse-temurin:8
restart: always restart: always