mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
9 lines
173 B
YAML
9 lines
173 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
qbittorrent:
|
|
extends:
|
|
file: ${COOKBOOK}/qbittorrent/docker-compose.yml
|
|
service: qbittorrent
|
|
env_file:
|
|
- .env |