add nextcloud
This commit is contained in:
parent
a24744109c
commit
68210230de
2 changed files with 9 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
3000 #forgejo http
|
3000 #forgejo http
|
||||||
|
|
||||||
8082 #webdav
|
8082 #webdav
|
||||||
|
8087 #nextcloud
|
||||||
|
|
||||||
9090 #sync.io
|
9090 #sync.io
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -150,6 +150,14 @@ in {
|
||||||
image = "deluan/navidrome";
|
image = "deluan/navidrome";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"nextcloud" = {
|
||||||
|
autoStart = true;
|
||||||
|
image = "nextcloud/28-apache@sha256:c76d434dcac42bc6a9fae6962a16690c684bbfc1ada854879126ce0a169af16a";
|
||||||
|
volumes = [ ];
|
||||||
|
environment = { };
|
||||||
|
ports = ["8087:80"];
|
||||||
|
};
|
||||||
|
|
||||||
"webdav" = {
|
"webdav" = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "quineglobal/nginx-webdav-nononsense@sha256:86002d386e433c3ed1d265d3aa7f921f96fb678651a913aaa92af8fb78870b1c";
|
image = "quineglobal/nginx-webdav-nononsense@sha256:86002d386e433c3ed1d265d3aa7f921f96fb678651a913aaa92af8fb78870b1c";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue