docker-scripts/linux/ecosystem/qbittorrent/4.4.5/docker-compose.yml
2024-02-09 17:42:17 +03:00

25 lines
599 B
YAML

version: '3'
services:
qbt:
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}