mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-29 08:05:48 +03:00
17 lines
394 B
YAML
17 lines
394 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}
|