From ab7eac0861329cc18ec0cc01a1dd120b8f930339 Mon Sep 17 00:00:00 2001 From: Bradley Bickford Date: Tue, 15 Apr 2025 20:47:08 -0400 Subject: [PATCH] Commenting out servers not actively being used or are in need of upgrades --- games-compose.yml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/games-compose.yml b/games-compose.yml index 731df1b..ddbf6e4 100644 --- a/games-compose.yml +++ b/games-compose.yml @@ -11,28 +11,28 @@ services: - "/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"] +# 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