add new archiveteam containers

This commit is contained in:
ahuston-0 2024-11-17 21:08:33 -05:00
parent 07af7d2cc2
commit 7c6dfdad80
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -95,6 +95,18 @@ let
image = "postnews-grab"; image = "postnews-grab";
scale = 0; scale = 0;
}; };
archiveteam-askfm = {
image = "askfm-grab";
scale = 1;
};
archiveteam-mangz = {
image = "mangaz-grab";
scale = 1;
};
archiveteam-cohost = {
image = "cohost-grab";
scale = 1;
};
}; };
container-spec = container-name: container: { container-spec = container-name: container: {
image = "atdr.meo.ws/archiveteam/${container}:latest"; image = "atdr.meo.ws/archiveteam/${container}:latest";