mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-25 17:30:32 +01: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
|