deluge and nginx streaming

This commit is contained in:
Yax 2021-10-03 19:32:44 +02:00
parent 5b183ff4e5
commit 81c5fbacbb
3 changed files with 11 additions and 28 deletions

View file

@ -8,11 +8,12 @@ services:
- 80:80
- 443:443
environment:
- DEFAULT_HOST=${DOMAIN}
- DEFAULT_HOST=${HOST_WWW}.${DOMAIN}
- DHPARAM_GENERATION=false
networks:
- srv
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
- ${ROOT_INSTALL}/data/nginx-proxy/certs:/etc/nginx/certs
- ${ROOT_INSTALL}/data/nginx-proxy/vhost.d:/etc/nginx/vhost.d:ro
- ${ROOT_INSTALL}/data/nginx-proxy/vhost.d:/etc/nginx/vhost.d:ro
- ${ROOT_INSTALL}/data/nginx-proxy/htpasswd:/etc/nginx/htpasswd