mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-05-03 18:49:27 +03:00
* updated: * python, * php, * flutter, * nodejs, * jdk, * go, * teamcity, * gitlab * added: * openssl 3.5.0, * android-sdk, * cmake, * qbittorrent * clang
15 lines
378 B
YAML
15 lines
378 B
YAML
services:
|
|
qbt:
|
|
image: "hub.epicm.org/epicmorg/qbittorrent:5.0.3"
|
|
build:
|
|
context: .
|
|
qbt-libtorrent2:
|
|
image: "hub.epicm.org/epicmorg/qbittorrent:5.0.3-libtorrent2.0.11"
|
|
build:
|
|
context: .
|
|
qbt-libtorrent1:
|
|
image: "hub.epicm.org/epicmorg/qbittorrent:5.0.3-libtorrent1.2.20"
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile.libtorrent1
|