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

17 lines
395 B
YAML
Raw Normal View History

2024-06-21 16:22:11 +03:00
#version: '3'
2024-06-21 16:10:08 +03:00
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}