mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 22:25:40 +03:00
15 lines
313 B
YAML
15 lines
313 B
YAML
version: '3.9'
|
|
services:
|
|
qbt-latest:
|
|
image: "epicmorg/qbittorrent:latest"
|
|
build:
|
|
context: .
|
|
qbt-unstable:
|
|
image: "epicmorg/qbittorrent:unstable"
|
|
build:
|
|
context: .
|
|
qbt-stable:
|
|
image: "epicmorg/qbittorrent:stable"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.stable |