added docker files

This commit is contained in:
2023-07-28 18:51:28 -05:00
parent db0d8845c3
commit f544201203
86 changed files with 4393 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
nginxwebdav:
container_name: nginxwebdav
hostname: nginxwebdav
image: dgraziotin/nginx-webdav-nononsense
environment:
- PUID=0
- PGID=0
- TZ=$TZ
- SERVER_NAMES=localhost,192.168.1.32,webdav.akanealw.com
- TIMEOUTS_S=1200
- CLIENT_MAX_BODY_SIZE=120M
ports:
- 32080:80
restart: always
volumes:
- ./appdata/nginxwebdav/.htpasswd:/etc/nginx/htpasswd
- ./appdata/nginxwebdav/config:/config
- /mnt/data/bookmarks:/data