feat(seedbox): replace qbittorrent image with official
- linuxserver image doesn't follow semver standard
This commit is contained in:
parent
3504f1c3d5
commit
25cf40f34d
1 changed files with 35 additions and 6 deletions
|
@ -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 {
|
||||||
|
@ -98,9 +127,9 @@ job "seedbox" {
|
||||||
env {
|
env {
|
||||||
PUID = "991"
|
PUID = "991"
|
||||||
PGID = "997"
|
PGID = "997"
|
||||||
WEBUI_PORT = "${NOMAD_PORT_qbittorrent}"
|
QBT_LEGAL_NOTICE = "confirm"
|
||||||
|
QBT_WEBUI_PORT = "${NOMAD_PORT_qbittorrent}"
|
||||||
TZ = "Europe/London"
|
TZ = "Europe/London"
|
||||||
DOCKER_MODS = "ghcr.io/vuetorrent/vuetorrent-lsio-mod:latest"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
volume_mount {
|
volume_mount {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue