Remove qbittorrent from docker compose
This commit is contained in:
+1
-20
@@ -9,13 +9,11 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- ASPNETCORE_ENVIRONMENT=Production
|
- ASPNETCORE_ENVIRONMENT=Production
|
||||||
- ConnectionStrings__Postgres=${POSTGRES_CONNECTION_STRING}
|
- ConnectionStrings__Postgres=${POSTGRES_CONNECTION_STRING}
|
||||||
- Torrent__QBittorrentUrl=http://qbittorrent:8080
|
- Torrent__QBittorrentUrl=${QBITTORRENT_URL:-http://host.docker.internal:8080}
|
||||||
- Torrent__SavePath=/data/books/incoming
|
- Torrent__SavePath=/data/books/incoming
|
||||||
volumes:
|
volumes:
|
||||||
- books:/data/books
|
- books:/data/books
|
||||||
- audiobooks:/data/audiobooks
|
- audiobooks:/data/audiobooks
|
||||||
depends_on:
|
|
||||||
- qbittorrent
|
|
||||||
|
|
||||||
pagemanager.web:
|
pagemanager.web:
|
||||||
image: pagemanager.web
|
image: pagemanager.web
|
||||||
@@ -27,22 +25,6 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- pagemanager.api
|
- pagemanager.api
|
||||||
|
|
||||||
# Optional: self-hosted qBittorrent (comment out if using an external instance)
|
|
||||||
qbittorrent:
|
|
||||||
image: lscr.io/linuxserver/qbittorrent:latest
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=Etc/UTC
|
|
||||||
- WEBUI_PORT=8080
|
|
||||||
volumes:
|
|
||||||
- qbt-config:/config
|
|
||||||
- books:/data/books
|
|
||||||
ports:
|
|
||||||
- "6881:6881"
|
|
||||||
- "6881:6881/udp"
|
|
||||||
- "8090:8080" # WebUI on host port 8090 to avoid conflict with pagemanager.web
|
|
||||||
|
|
||||||
# Optional: Prowlarr indexer aggregator (comment out if not needed)
|
# Optional: Prowlarr indexer aggregator (comment out if not needed)
|
||||||
# prowlarr:
|
# prowlarr:
|
||||||
# image: lscr.io/linuxserver/prowlarr:latest
|
# image: lscr.io/linuxserver/prowlarr:latest
|
||||||
@@ -58,4 +40,3 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
books:
|
books:
|
||||||
audiobooks:
|
audiobooks:
|
||||||
qbt-config:
|
|
||||||
|
|||||||
Reference in New Issue
Block a user