remove old minecraft container thingy
This commit is contained in:
@@ -12,24 +12,6 @@
|
||||
};
|
||||
in
|
||||
{
|
||||
# minecraft-server.containerConfig = baseContainerConfig // {
|
||||
# image = "docker.io/itzg/minecraft-server:java21-graalvm";
|
||||
# name = "minecraft";
|
||||
|
||||
# environments = {
|
||||
# TYPE = "QUILT";
|
||||
# MEMORY = "4G";
|
||||
# MOD_PLATFORM = "MODRINTH";
|
||||
# USE_AIKAR_FLAGS = true;
|
||||
# JVM_OPTS = "-XX:-UseJVMCICompiler";
|
||||
# MODRINTH_MODPACK = "https://modrinth.com/modpack/sop";
|
||||
# VERSION = "1.21.1";
|
||||
# };
|
||||
|
||||
# publishPorts = [ "${builtins.toString service_configs.ports.minecraft}:25565" ];
|
||||
# volumes = [ "${service_configs.minecraft.dir}:/data:z" ];
|
||||
# };
|
||||
|
||||
gluetun.containerConfig = baseContainerConfig // {
|
||||
image = "docker.io/qmcgaw/gluetun";
|
||||
name = "gluetun";
|
||||
|
||||
Reference in New Issue
Block a user