From d1a88ffa2c8cf5d6dd690f9059c0da059e01b716 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 7 Dec 2024 18:16:47 +0100 Subject: Convert most services to streamed images and foundation Signed-off-by: Mel --- services/pds.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'services/pds.nix') diff --git a/services/pds.nix b/services/pds.nix index 68ca66a..671dc6a 100644 --- a/services/pds.nix +++ b/services/pds.nix @@ -9,7 +9,7 @@ let pdsLocalPort = 16419; pdsDir = "/srv/pds"; - pdsImage = dockerTools.buildLayeredImage { + pdsImage = dockerTools.streamLayeredImage { name = "pds"; tag = pds.version; fromImage = common.alpine.base; @@ -30,7 +30,7 @@ in }; foundation.services.pds = { - fullImage = { imageFile = pdsImage; image = "pds:${pds.version}"; }; + image = pdsImage; ports = [ [ pdsLocalPort 3000 ] ]; volumes = [ -- cgit 1.4.1