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;
tags = [
"lxc"
"node"
"bacco"
"portainer"
];
};
@ -84,7 +84,7 @@ in
targetHost = hosts.authentik;
tags = [
"lxc"
"node"
"bacco"
"auth"
];
};
@ -93,7 +93,7 @@ in
targetHost = hosts.colmena;
tags = [
"lxc"
"node"
"bacco"
"colmena"
];
};