mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
deleted uptime_kuma.nix
This commit is contained in:
@@ -1,17 +0,0 @@
|
|||||||
let
|
|
||||||
vars = import ../vars.nix;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
virtualisation.oci-containers.containers = {
|
|
||||||
uptime_kuma = {
|
|
||||||
ports = [ "3001:3001" ];
|
|
||||||
image = "louislam/uptime-kuma:1.23.16-debian";
|
|
||||||
volumes = [
|
|
||||||
"${vars.media_docker_configs}/uptime_kuma:/app/data"
|
|
||||||
"/var/run/docker.sock:/var/run/docker.sock"
|
|
||||||
];
|
|
||||||
extraOptions = [ "--network=web" ];
|
|
||||||
autoStart = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user