From 7c6dfdad808fd8eb39529c51aa625aff148e6b38 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 17 Nov 2024 21:08:33 -0500 Subject: [PATCH] add new archiveteam containers --- systems/palatine-hill/docker/archiveteam.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/systems/palatine-hill/docker/archiveteam.nix b/systems/palatine-hill/docker/archiveteam.nix index 1ebc0d4..1c327fc 100644 --- a/systems/palatine-hill/docker/archiveteam.nix +++ b/systems/palatine-hill/docker/archiveteam.nix @@ -95,6 +95,18 @@ let image = "postnews-grab"; 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: { image = "atdr.meo.ws/archiveteam/${container}:latest";