mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 15:01:57 +00:00
Added freshrss container
This commit is contained in:
@@ -22,5 +22,21 @@
|
||||
];
|
||||
ports = ["3456:3456"];
|
||||
};
|
||||
freshrss = {
|
||||
image = "docker.io/freshrss/freshrss:latest";
|
||||
autoUpdate = "registry";
|
||||
environment = {
|
||||
TZ = "Europe/Dublin";
|
||||
CRON_MIN = "1,31";
|
||||
};
|
||||
volumes = [
|
||||
"/home/cianh/freshrss/data:/var/www/FreshRSS/data"
|
||||
"/home/cianh/freshrss/extensions:/var/www/FreshRSS/extensions"
|
||||
];
|
||||
ports = ["3457:80"];
|
||||
extraPodmanArgs = [
|
||||
"--log-opt max-size=10m"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user