mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
16 lines
411 B
YAML
16 lines
411 B
YAML
|
|
version: "2"
|
|
services:
|
|
ytdl_material:
|
|
build: .
|
|
environment:
|
|
ALLOW_CONFIG_MUTATIONS: 'true'
|
|
restart: always
|
|
volumes:
|
|
- ./appdata:/app/appdata
|
|
- ./audio:/app/audio
|
|
- ./video:/app/video
|
|
- ./subscriptions:/app/subscriptions
|
|
ports:
|
|
- "8998:17442"
|
|
image: tzahi12345/youtubedl-material:latest |