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";