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