website: Remove docs Docker container
This commit is contained in:
parent
1b92937fe0
commit
910816f0b9
2 changed files with 1 additions and 12 deletions
|
@ -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";
|
||||||
|
|
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue