added docker sock

This commit is contained in:
Richie Cahill 2024-07-05 11:56:42 -04:00
parent 09fa3f513c
commit a1e5dd0586

View File

@ -6,7 +6,10 @@ in
uptime_kuma = {
image = "louislam/uptime-kuma:latest";
ports = [ "3001:3001" ];
volumes = [ "${vars.media_docker_configs}/uptime_kuma:/app/data" ];
volumes = [
"${vars.media_docker_configs}/uptime_kuma:/app/data"
"/var/run/docker.sock:/var/run/docker.sock"
];
extraOptions = [ "--network=web" ];
autoStart = true;
};