1
0
Fork 0

website: Remove docs Docker container

This commit is contained in:
Daniel Kempkens 2022-12-01 16:21:38 +01:00
parent 1b92937fe0
commit 910816f0b9
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 1 additions and 12 deletions

View file

@ -36,17 +36,6 @@ in
}; };
}; };
nifoc-pw-docs = {
service = {
image = "ghcr.io/nifoc/nifoc.pw-docs:master";
container_name = "nifoc-pw-docs";
restart = "unless-stopped";
labels = {
"com.centurylinklabs.watchtower.enable" = "true";
};
};
};
weewx = { weewx = {
service = { service = {
image = "ghcr.io/nifoc/weewx-docker:master"; image = "ghcr.io/nifoc/weewx-docker:master";

View file

@ -17,7 +17,7 @@
autoindex_format html; autoindex_format html;
''; '';
}; };
}) [ "katja.nifoc.pw" ]); }) [ "katja.nifoc.pw" "katja_vmstats.nifoc.pw" "noesis.nifoc.pw" "propagator.nifoc.pw" ]);
}; };
networking.firewall.allowedTCPPorts = [ 80 ]; networking.firewall.allowedTCPPorts = [ 80 ];