sora: enable minecraft

This commit is contained in:
notohh 2024-10-08 09:35:04 -04:00
parent 621ef46b6b
commit c0428931ef
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 6 additions and 6 deletions

View file

@ -11,8 +11,8 @@
### game servers
# ./terraria.nix
./factorio.nix
# ./minecraft.nix
# ./factorio.nix
./minecraft.nix
# ./foundryvtt.nix
];
}

View file

@ -6,11 +6,11 @@ _: {
ports = ["25565:25565" "24454:24454/udp"];
environment = {
EULA = "TRUE";
VERSION = "1.19.2";
MEMORY = "4G";
VERSION = "1.20.1";
MEMORY = "6G";
TYPE = "FABRIC";
FABRIC_LOADER_VERSION = "0.14.23";
FABRIC_LAUNCHER_VERSION = "0.11.2";
# FABRIC_LOADER_VERSION = "0.15.11";
# FABRIC_LAUNCHER_VERSION = "0.11.2";
};
volumes = ["/home/notoh/docker/modded-mc:/data:rw"];
};