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

25 lines
599 B
YAML
Raw Normal View History

2024-02-09 13:51:53 +03:00
version: '3'
services:
qbt:
2024-02-09 17:42:13 +03:00
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
build:
context: .
2024-02-09 17:42:13 +03:00
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
2024-02-09 17:42:13 +03:00
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
build:
context: .
2024-02-09 17:42:13 +03:00
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
2024-02-09 17:42:13 +03:00
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
build:
context: .
2024-02-09 17:42:13 +03:00
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}