mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-25 07:53:33 +03:00
15 lines
383 B
YAML
15 lines
383 B
YAML
services:
|
|
qbt:
|
|
image: "hub.epicm.org/epicmorg/qbittorrent:4.4.3.1"
|
|
build:
|
|
context: .
|
|
qbt-libtorrent2:
|
|
image: "hub.epicm.org/epicmorg/qbittorrent:4.4.3.1-libtorrent2.0.7"
|
|
build:
|
|
context: .
|
|
qbt-libtorrent1:
|
|
image: "hub.epicm.org/epicmorg/qbittorrent:4.4.3.1-libtorrent1.2.17"
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile.libtorrent1
|