mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 14:37:21 +00:00
11 lines
189 B
YAML
11 lines
189 B
YAML
|
services:
|
||
|
static:
|
||
|
build: static
|
||
|
environment:
|
||
|
channel: ${channel}
|
||
|
origin: ${origin}
|
||
|
version: ${version}
|
||
|
volumes:
|
||
|
- ~/build:/build
|
||
|
- ../..:/yt-dlp
|