feat: bumps shlinkio versions

This commit is contained in:
Lewis Wynne 2026-04-08 00:28:09 +01:00
parent 7699b076d8
commit d180fbc2c3

View file

@ -42,7 +42,7 @@
};
virtualisation.oci-containers.containers.shlink = {
image = "shlinkio/shlink:4.4.0";
image = "shlinkio/shlink:5.0.1";
podman.user = "podman";
ports = [ "127.0.0.1:8080:8080" ];
environment = {
@ -53,6 +53,7 @@
DB_NAME = "shlink";
DB_USER = "shlink";
PORT = "8080";
SHELL_VERBOSITY = "3";
};
environmentFiles = [ config.sops.templates.shlink-env.path ];
};
@ -65,7 +66,7 @@
};
virtualisation.oci-containers.containers.shlink-web-client = {
image = "shlinkio/shlink-web-client:4.3.1";
image = "shlinkio/shlink-web-client:4.7.0";
podman.user = "podman";
ports = [ "127.0.0.1:8081:8080" ];
};