Compare commits
No commits in common. "1eba1ab486dba77d78f272191f075f551bd65002" and "6c3a0abc7c18ad32134696d63317bcc365990cb2" have entirely different histories.
1eba1ab486
...
6c3a0abc7c
3 changed files with 3 additions and 72 deletions
|
@ -54,7 +54,7 @@ services:
|
||||||
|
|
||||||
# influxdb to store time based data. Adress is drax.fzirker.lan:8086
|
# influxdb to store time based data. Adress is drax.fzirker.lan:8086
|
||||||
influxdb:
|
influxdb:
|
||||||
image: arm32v7/influxdb
|
image: influxdb
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8086:8086
|
- 8086:8086
|
||||||
|
|
|
@ -11,8 +11,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOLUMES_PATH}/pyload:/config
|
- ${VOLUMES_PATH}/pyload:/config
|
||||||
- ${DOWNLOAD_PATH}:/downloads
|
- ${DOWNLOAD_PATH}:/downloads
|
||||||
ports:
|
# ports:
|
||||||
- 7227:7227 #optional Thrift Backend
|
# - 7227:7227 #optional Thrift Backend
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
labels:
|
labels:
|
||||||
|
|
|
@ -1,69 +0,0 @@
|
||||||
version: "3.3"
|
|
||||||
|
|
||||||
services:
|
|
||||||
|
|
||||||
qbittorrent:
|
|
||||||
# image: linuxserver/qbittorrent:arm32v7-version-14.3.0.99202011251333-7141-587688634ubuntu18.04.1 # geht
|
|
||||||
image: linuxserver/qbittorrent:arm32v7-version-14.3.3.99202101191832-7248-da0b276d5ubuntu18.04.1 # geht
|
|
||||||
# image: linuxserver/qbittorrent:arm32v7-version-14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1 # geht nicht :/
|
|
||||||
# image: arm32v7-version-14.3.2.99202101080148-7233-0cbd15890ubuntu18.04.1 # zu neu geht nicht :(
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=Europe/Berlin
|
|
||||||
- WEBUI_PORT=8090
|
|
||||||
volumes:
|
|
||||||
- ${VOLUMES_PATH}/torrent:/config
|
|
||||||
- ${DOWNLOAD_PATH}:/downloads
|
|
||||||
ports:
|
|
||||||
- 6881:6881
|
|
||||||
- 6881:6881/udp
|
|
||||||
# - 8090:8090
|
|
||||||
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=8090"
|
|
||||||
- "traefik.http.services.torrent.loadbalancer.passhostheader=false"
|
|
||||||
- "traefik.http.middlewares.torrentHeader.headers.customRequestHeaders.X-Frame-Options=SAMEORIGIN"
|
|
||||||
- "traefik.http.middlewares.torrentHeader.headers.customRequestHeaders.Referer="
|
|
||||||
- "traefik.http.middlewares.torrentHeader.headers.customRequestHeaders.Origin="
|
|
||||||
- "traefik.http.routers.torrent.middlewares=torrentHeader"
|
|
||||||
- "docker.group=selfhost"
|
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
# 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}/torrent:/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=selfhost"
|
|
||||||
# restart: unless-stopped
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
networks:
|
|
||||||
web:
|
|
||||||
external: true
|
|
Loading…
Add table
Add a link
Reference in a new issue