diff options
Diffstat (limited to 'bundle/docker/compose.yml')
-rw-r--r-- | bundle/docker/compose.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bundle/docker/compose.yml b/bundle/docker/compose.yml new file mode 100644 index 0000000..5f89ca6 --- /dev/null +++ b/bundle/docker/compose.yml @@ -0,0 +1,10 @@ +services: + static: + build: static + environment: + channel: ${channel} + origin: ${origin} + version: ${version} + volumes: + - ~/build:/build + - ../..:/yt-dlp |