[Uptime Kuma] Adds Uptime Kuma to blazestar.net
This commit is contained in:
15
system/hosts/mcp/containers/blazestar.net/uptime.nix
Normal file
15
system/hosts/mcp/containers/blazestar.net/uptime.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, ... }:
|
||||
let
|
||||
inherit (import ../lib.nix config) blazestar;
|
||||
in
|
||||
{
|
||||
virtualisation.web-containers.containers.uptime = {
|
||||
image = "louislam/uptime-kuma:1";
|
||||
hostname = "uptime";
|
||||
domain = blazestar;
|
||||
port = 3001;
|
||||
volumes = [
|
||||
"uptime-kuma:/app/data"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user