fix: corrent deployment of some containers

This commit is contained in:
pazpi 2025-02-21 17:46:25 +01:00
parent e28c9f661f
commit 5490c15c81

View file

@ -75,7 +75,7 @@ in
targetHost = hosts.portainer; targetHost = hosts.portainer;
tags = [ tags = [
"lxc" "lxc"
"node" "bacco"
"portainer" "portainer"
]; ];
}; };
@ -84,7 +84,7 @@ in
targetHost = hosts.authentik; targetHost = hosts.authentik;
tags = [ tags = [
"lxc" "lxc"
"node" "bacco"
"auth" "auth"
]; ];
}; };
@ -93,7 +93,7 @@ in
targetHost = hosts.colmena; targetHost = hosts.colmena;
tags = [ tags = [
"lxc" "lxc"
"node" "bacco"
"colmena" "colmena"
]; ];
}; };