removed uptime_kuma ports

This commit is contained in:
Richie Cahill
2024-07-05 14:57:29 -04:00
parent cf057eed0a
commit e0aefac61a
3 changed files with 4 additions and 3 deletions

View File

@ -24,7 +24,10 @@ in
"${config.sops.secrets."docker/haproxy_cert".path}:/etc/ssl/certs/cloudflare.pem"
"${./haproxy.cfg}:/usr/local/etc/haproxy/haproxy.cfg"
];
dependsOn = [ "arch_mirror" ];
dependsOn = [
"arch_mirror"
"uptime_kuma"
];
extraOptions = [ "--network=web" ];
autoStart = true;
};