Web Development Umgebung angepasst

This commit is contained in:
borgal
2021-09-15 11:06:32 +00:00
parent b2b2472c40
commit 7e425c092c
4 changed files with 71 additions and 28 deletions

View File

@@ -1,16 +1,20 @@
version: "3.2"
services:
ytdl_material:
image: tzahi12345/youtubedl-material:latest
container_name: youtubeDL
environment:
ALLOW_CONFIG_MUTATIONS: 'true'
restart: always
volumes:
- ./appdata:/app/appdata
- ./audio:/app/audio
- youtubeDL:/app/audio
- ./video:/app/video
- ./subscriptions:/app/subscriptions
- ./users:/app/users
ports:
- "8998:17442"
image: tzahi12345/youtubedl-material:latest
restart: always
volumes:
youtubeDL:
external: true