mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-07-01 17:45:32 +02:00
Add YoutubeDL
This commit is contained in:
23
docker/stacks/ytdl-material/ytdl-material.yml
Normal file
23
docker/stacks/ytdl-material/ytdl-material.yml
Normal file
@ -0,0 +1,23 @@
|
||||
services:
|
||||
ytdl-material:
|
||||
image: tzahi12345/youtubedl-material
|
||||
container_name: ytdl-material
|
||||
networks:
|
||||
- ytdl-material
|
||||
environment:
|
||||
- UID=${PUID}
|
||||
- GID=${PGID}
|
||||
- ALLOW_CONFIG_MUTATIONS=true
|
||||
volumes:
|
||||
- ${APPS_DIR}/ytdl-material:/app/appdata
|
||||
- ${DATA_DIR}/ytdl/audio:/app/audio
|
||||
- ${DATA_DIR}/ytdl/video:/app/video
|
||||
- ${DATA_DIR}/ytdl/subscriptions:/app/subscriptions
|
||||
- ${DATA_DIR}/ytdl/users:/app/users
|
||||
ports:
|
||||
- "8998:17442"
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
ytdl-material:
|
||||
name: ytdl-material
|
Reference in New Issue
Block a user