mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 14:37:21 +00:00
ac817bc83e
Authored by: Grub4K, bashonly Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
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
|