fix qbittorrent

This commit is contained in:
peaklabs-dev
2024-10-09 17:59:08 +02:00
parent 02fbd253b1
commit df7494b0f0

View File

@@ -8,13 +8,13 @@ services:
qbit: qbit:
image: "lscr.io/linuxserver/qbittorrent:latest" image: "lscr.io/linuxserver/qbittorrent:latest"
environment: environment:
- WEBUI_PORT=8080 - WEBUI_PORT=${WEBUI_PORT:-8080}
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
volumes: volumes:
- "data-qbittorrent:/config" - qbittorrent-config:/config
- "data-downloads:/downloads" - qbittorrent-downloads:/downloads
- "data-torrents:/torrents" - qbittorrent-torrents:/torrents
healthcheck: healthcheck:
test: test:
- CMD - CMD
@@ -25,16 +25,17 @@ services:
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10
vuetorrent-backend: vuetorrent-backend:
image: "ghcr.io/vuetorrent/vuetorrent-backend:latest" image: "ghcr.io/vuetorrent/vuetorrent-backend:latest"
environment: environment:
- SERVICE_FQDN_QBITORRENT_8080 - SERVICE_FQDN_QBITORRENT_8080
- PORT=8080 - PORT=${WEBUI_PORT:-8080}
- "QBIT_BASE=http://qbit:8080" - QBIT_BASE=${SERVICE_FQDN_QBITORRENT}
- RELEASE_TYPE=stable - RELEASE_TYPE=${RELEASE_TYPE:-stable}
- "UPDATE_VT_CRON=0 * * * *" - UPDATE_VT_CRON=${UPDATE_VT_CRON:-"0 * * * *"}
volumes: volumes:
- "data-config:/config" - vuetorrent-config:/config
healthcheck: healthcheck:
test: test:
- CMD - CMD