added version to audiobookshelf filebrowser haproxy cloudflared apache2 and uptime-kuma

This commit is contained in:
2025-02-01 11:39:57 -05:00
parent 91690734ba
commit 7cc831a2d0
5 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ in
{
virtualisation.oci-containers.containers = {
haproxy = {
image = "haproxy:latest";
image = "haproxy:3.1";
user = "600:600";
environment = {
TZ = "Etc/EST";
@@ -23,7 +23,7 @@ in
autoStart = true;
};
cloud_flare_tunnel = {
image = "cloudflare/cloudflared:latest";
image = "cloudflare/cloudflared:2025.1.1";
user = "600:600";
cmd = [
"tunnel"