mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
Archive files now get generated if nonexistent during deletions Simplified docker-compose.yml to not require environment variables. Added volume for appdata folder which will be automatically shipped with docker builds
14 lines
339 B
YAML
14 lines
339 B
YAML
|
|
version: "2"
|
|
services:
|
|
ytdl_material:
|
|
build: .
|
|
environment:
|
|
write_ytdl_config: 'true'
|
|
ALLOW_CONFIG_MUTATIONS: 'true'
|
|
restart: always
|
|
volumes:
|
|
- ./appdata:/app/config
|
|
ports:
|
|
- "8998:17442"
|
|
image: tzahi12345/youtubedl-material:experimental |