diff --git a/systems/palatine-hill/docker/archiveteam.nix b/systems/palatine-hill/docker/archiveteam.nix index a859b0b..f588680 100644 --- a/systems/palatine-hill/docker/archiveteam.nix +++ b/systems/palatine-hill/docker/archiveteam.nix @@ -91,6 +91,10 @@ let image = "deviantart-grab"; scale = 1; }; + archiveteam-postnews = { + image = "postnews-grab"; + scale = 1; + }; }; container-spec = container: { image = "atdr.meo.ws/archiveteam/${container}";