set torrent f to QBittorrent
This commit is contained in:
parent
d7d4f40779
commit
d78ae2ef61
1 changed files with 29 additions and 59 deletions
|
@ -4,13 +4,13 @@ services:
|
|||
qbittorrent:
|
||||
image: linuxserver/qbittorrent
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
# - PUID=1000
|
||||
# - PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
- WEBUI_PORT=8090
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/torrent:/config
|
||||
- ${DOWNLOAD_PATH}:/downloads
|
||||
- ${DOWNLOAD_PATH}/:/downloads
|
||||
ports:
|
||||
- 6881:6881
|
||||
- 6881:6881/udp
|
||||
|
@ -30,38 +30,8 @@ services:
|
|||
- "docker.group=torrent"
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
## Transmission ist simple, aber auch sehr langsam, GUI nicht gut
|
||||
# transmission:
|
||||
# image: linuxserver/transmission
|
||||
# environment:
|
||||
# - PUID=1000
|
||||
# - PGID=1000
|
||||
# - TZ=Europe/Berlin
|
||||
# - TRANSMISSION_WEB_HOME=/kettu #/combustion-release/ #optional
|
||||
# - USER=${WEB_USER_USERNAME}
|
||||
# - PASS=${WEB_USER_PASSWORD}
|
||||
# #- WHITELIST=iplist #optional
|
||||
# volumes:
|
||||
# - ${VOLUMES_PATH}/transmission:/config
|
||||
# - ${DOWNLOAD_PATH}:/downloads
|
||||
# - ${DOWNLOAD_PATH}/watch/:/watch
|
||||
# ports:
|
||||
# - 9091:9091
|
||||
# - 51413:51413
|
||||
# - 51413:51413/udp
|
||||
# networks:
|
||||
# - web
|
||||
# labels:
|
||||
# - "traefik.enable=true"
|
||||
# - "traefik.http.routers.torrent.rule=Host(`torrent.${DOMAIN}`)"
|
||||
# - "traefik.http.routers.torrent.entrypoints=web"
|
||||
# - "traefik.http.services.torrent.loadbalancer.server.port=9091"
|
||||
# - "docker.group=torrent"
|
||||
# restart: unless-stopped
|
||||
|
||||
# singletorrent (boypt/cloud-torrent) not avalable for armv7 :(
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue