2024-06-21 16:22:11 +03:00
|
|
|
#version: '3'
|
2024-02-09 13:47:59 +03:00
|
|
|
services:
|
|
|
|
qbt:
|
2024-02-09 17:42:13 +03:00
|
|
|
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
|
2024-02-09 13:47:59 +03:00
|
|
|
build:
|
|
|
|
context: .
|
2024-02-09 17:42:13 +03:00
|
|
|
args:
|
|
|
|
QBT_RELEASE: ${QBT_RELEASE}
|
|
|
|
LT_RELEASE: ${LT2_RELEASE}
|
2024-02-09 13:47:59 +03:00
|
|
|
qbt-libtorrent2:
|
2024-02-09 17:42:13 +03:00
|
|
|
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
|
2024-02-09 13:47:59 +03:00
|
|
|
build:
|
|
|
|
context: .
|
2024-02-09 17:42:13 +03:00
|
|
|
args:
|
|
|
|
QBT_RELEASE: ${QBT_RELEASE}
|
|
|
|
LT_RELEASE: ${LT2_RELEASE}
|
2024-02-09 13:47:59 +03:00
|
|
|
qbt-libtorrent1:
|
2024-02-09 17:42:13 +03:00
|
|
|
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
|
2024-02-09 13:47:59 +03:00
|
|
|
build:
|
|
|
|
context: .
|
2024-02-09 17:42:13 +03:00
|
|
|
args:
|
|
|
|
QBT_RELEASE: ${QBT_RELEASE}
|
|
|
|
LT_RELEASE: ${LT1_RELEASE}
|
|
|
|
|