removed uptime_kuma ports
This commit is contained in:
parent
cf057eed0a
commit
e0aefac61a
@ -5,7 +5,6 @@ in
|
|||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
uptime_kuma = {
|
uptime_kuma = {
|
||||||
image = "louislam/uptime-kuma:latest";
|
image = "louislam/uptime-kuma:latest";
|
||||||
ports = [ "3001:3001" ];
|
|
||||||
volumes = [
|
volumes = [
|
||||||
"${vars.main_docker_configs}/uptime_kuma:/app/data"
|
"${vars.main_docker_configs}/uptime_kuma:/app/data"
|
||||||
"/var/run/docker.sock:/var/run/docker.sock"
|
"/var/run/docker.sock:/var/run/docker.sock"
|
||||||
|
@ -24,7 +24,10 @@ in
|
|||||||
"${config.sops.secrets."docker/haproxy_cert".path}:/etc/ssl/certs/cloudflare.pem"
|
"${config.sops.secrets."docker/haproxy_cert".path}:/etc/ssl/certs/cloudflare.pem"
|
||||||
"${./haproxy.cfg}:/usr/local/etc/haproxy/haproxy.cfg"
|
"${./haproxy.cfg}:/usr/local/etc/haproxy/haproxy.cfg"
|
||||||
];
|
];
|
||||||
dependsOn = [ "arch_mirror" ];
|
dependsOn = [
|
||||||
|
"arch_mirror"
|
||||||
|
"uptime_kuma"
|
||||||
|
];
|
||||||
extraOptions = [ "--network=web" ];
|
extraOptions = [ "--network=web" ];
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
};
|
};
|
||||||
|
@ -5,7 +5,6 @@ in
|
|||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
uptime_kuma = {
|
uptime_kuma = {
|
||||||
image = "louislam/uptime-kuma:latest";
|
image = "louislam/uptime-kuma:latest";
|
||||||
ports = [ "3001:3001" ];
|
|
||||||
volumes = [
|
volumes = [
|
||||||
"${vars.media_docker_configs}/uptime_kuma:/app/data"
|
"${vars.media_docker_configs}/uptime_kuma:/app/data"
|
||||||
"/var/run/docker.sock:/var/run/docker.sock"
|
"/var/run/docker.sock:/var/run/docker.sock"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user