feat(seedbox): replace qbittorrent image with official

- linuxserver image doesn't follow semver standard
This commit is contained in:
Ben Martin 2024-12-18 01:30:50 +00:00
parent 3504f1c3d5
commit 25cf40f34d
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -42,6 +42,35 @@ job "seedbox" {
} }
} }
# services:
# qbittorrent-nox:
# # for debugging
# #cap_add:
# #- SYS_PTRACE
# environment:
# #- PAGID=10000
# #- PGID=1000
# #- PUID=1000
# - QBT_LEGAL_NOTICE=
# - QBT_WEBUI_PORT=8080
# #- TZ=UTC
# #- UMASK=022
# image: qbittorrentofficial/qbittorrent-nox:latest
# ports:
# # for bittorrent traffic
# - 6881:6881/tcp
# - 6881:6881/udp
# # for WebUI
# - 8080:8080/tcp
# read_only: true
# stop_grace_period: 30m
# tmpfs:
# - /tmp
# tty: true
# volumes:
# - <your_path>/config:/config
# - <your_path>/downloads:/downloads
group "client" { group "client" {
network { network {
@ -87,7 +116,7 @@ job "seedbox" {
driver = "docker" driver = "docker"
config { config {
image = "ghcr.io/linuxserver/qbittorrent:5.0.2" image = "ghcr.io/qbittorrent/docker-qbittorrent-nox:5.0.2-1"
} }
resources { resources {
@ -96,11 +125,11 @@ job "seedbox" {
} }
env { env {
PUID = "991" PUID = "991"
PGID = "997" PGID = "997"
WEBUI_PORT = "${NOMAD_PORT_qbittorrent}" QBT_LEGAL_NOTICE = "confirm"
TZ = "Europe/London" QBT_WEBUI_PORT = "${NOMAD_PORT_qbittorrent}"
DOCKER_MODS = "ghcr.io/vuetorrent/vuetorrent-lsio-mod:latest" TZ = "Europe/London"
} }
volume_mount { volume_mount {