Add jupiter transmission container

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-07-03 12:10:22 +01:00
parent 33cd3bece9
commit e5c699fcb0
7 changed files with 129 additions and 27 deletions

View File

@@ -35,7 +35,10 @@ in
};
virtualisation.quadlet = {
networks.traefik = { };
networks = {
traefik-ext = { };
traefik.networkConfig.internal = true;
};
volumes.traefik = { };
@@ -44,6 +47,7 @@ in
containerConfig = {
image = "docker-archive:${selfPkgs.docker-traefik}";
networks = [
networks.traefik-ext.ref
networks.traefik.ref
networks.prometheus.ref
];