This commit is contained in:
Faris 2025-10-16 01:24:56 +01:00
parent 4a64599fd6
commit 29a822c44c
2 changed files with 23 additions and 0 deletions

View File

@ -741,6 +741,28 @@
};
};
rlcraft = {
image = "docker.io/itzg/minecraft-server:java8";
autoStart = true;
autoUpdate = "registry";
network = "bridge";
environmentFile = [
"/pool/services/secrets/default"
"/pool/services/secrets/rlcraft"
];
volumes = [
"/pool/services/podman/minecraft/rlcraft/data:/data"
];
ports = [
"25565:25565"
];
extraConfig = {
Service = {
TimeoutStartSec = 900;
};
};
};
rutorrent = {
image = "docker.io/crazymax/rtorrent-rutorrent:latest";
autoStart = true;

View File

@ -58,6 +58,7 @@
podman = {
enable = true;
autoPrune.enable = true;
autoPrune.flags = [ "--all" ];
# Create a `docker` alias for podman, to use it as a drop-in replacement
dockerCompat = true;
# Required for containers under podman-compose to be able to talk to each other.