fix: corrent deployment of some containers
This commit is contained in:
parent
e28c9f661f
commit
5490c15c81
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue