bleh
This commit is contained in:
parent
4a64599fd6
commit
29a822c44c
@ -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;
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user