From 04d2830d8f8568f72cc64d921a57790f90a49f0f Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 22 Jun 2024 01:51:03 -0400 Subject: [PATCH] add postnews container Signed-off-by: ahuston-0 --- systems/palatine-hill/docker/archiveteam.nix | 4 ++++ 1 file changed, 4 insertions(+) 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}";