feat(servers): setup podman autoupdate.

This commit is contained in:
CronyAkatsuki 2025-11-01 11:46:14 +01:00
parent 6cefec7b26
commit 49351504e4
7 changed files with 27 additions and 2 deletions

View file

@ -1,10 +1,13 @@
{
virtualisation.oci-containers.containers.wallos = {
image = "bellamy/wallos:latest";
image = "docker.io/bellamy/wallos:latest";
autoStart = true;
ports = [
"8282:80/tcp"
];
labels = {
"io.containers.autoupdate" = "registry";
};
volumes = [
"/var/lib/wallos/db:/var/www/html/db"
"/var/lib/wallos/logos:/var/www/html/images/uploads/logos"