docker-scripts/linux/ecosystem/qbittorrent/4.4.5/docker-compose.yml

25 lines
599 B
YAML
Raw Normal View History

2024-02-09 17:42:13 +03:00
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}