Remove portainer in favor of Docker
Some checks failed
Auto Update Build / build (pull_request) Has been cancelled

This commit is contained in:
pazpi 2026-01-31 19:18:20 +01:00
parent edb41b3245
commit c11fea4a9d
10 changed files with 44 additions and 57 deletions

View file

@ -29,7 +29,7 @@
"auth"
"metrics"
"nextcloud"
"portainer"
"docker"
"vaultwarden"
"immich"
"firefly-iii"
@ -155,12 +155,12 @@
];
};
portainer = {
module = ./portainer;
docker = {
module = ./docker;
tags = [
"lxc"
"bacco"
"portainer"
"docker"
"secondary"
];
};