add postnews container

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-22 01:51:03 -04:00
parent 48ece89d9f
commit 04d2830d8f
No known key found for this signature in database
GPG Key ID: 1FACF4075E3212F7

View File

@ -91,6 +91,10 @@ let
image = "deviantart-grab"; image = "deviantart-grab";
scale = 1; scale = 1;
}; };
archiveteam-postnews = {
image = "postnews-grab";
scale = 1;
};
}; };
container-spec = container: { container-spec = container: {
image = "atdr.meo.ws/archiveteam/${container}"; image = "atdr.meo.ws/archiveteam/${container}";