Clean up podman networks

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-03-08 10:57:28 +00:00
parent e9ffd4d839
commit ad46eb6546
4 changed files with 25 additions and 17 deletions

View File

@@ -102,13 +102,18 @@ in
};
virtualisation.quadlet = {
networks.ntfy.networkConfig.internal = true;
volumes.ntfy = { };
containers.ntfy = {
containerConfig = {
autoUpdate = "registry";
image = "docker.io/binwiederhier/ntfy:latest";
networks = [ networks.traefik.ref ];
networks = [
networks.ntfy.ref
networks.traefik.ref
];
volumes = [
"${volumes.ntfy.ref}:/var/lib/ntfy"
"${hmConfig.sops.templates."ntfy-server.yml".path}:/etc/ntfy/server.yml:ro"