add webdav
This commit is contained in:
parent
5ebeab6c1d
commit
3b3331e0c0
@ -814,6 +814,28 @@
|
||||
};
|
||||
};
|
||||
|
||||
webdav = {
|
||||
image = "docker.io/bytemark/webdav:latest";
|
||||
autoStart = true;
|
||||
autoUpdate = "registry";
|
||||
network = "bridge";
|
||||
environmentFile = [
|
||||
"/mnt/services/secrets/default"
|
||||
"/mnt/services/secrets/webdav"
|
||||
];
|
||||
volumes = [
|
||||
"/mnt/services/webdav:/var/lib/dav"
|
||||
];
|
||||
ports = [
|
||||
"8009:80"
|
||||
];
|
||||
extraConfig = {
|
||||
Service = {
|
||||
TimeoutStartSec = 900;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
wireguard = {
|
||||
image = "lscr.io/linuxserver/wireguard:latest";
|
||||
autoStart = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user