emacs/var/backup/!ssh:tfc@staff.tfcconnection.org:!home!tfc!materialtube!docker-compose.yml~
2022-01-03 12:49:32 -06:00

15 lines
440 B
YAML

version: "2"
services:
ytdl_material:
environment:
ALLOW_CONFIG_MUTATIONS: 'true'
restart: always
volumes:
- ./appdata:/app/appdata
- ./audio:/app/audio
- ./video:/app/video
- ./subscriptions:/app/subscriptions
- ./users:/app/users
ports:
- "8998:17442"
image: tzahi12345/youtubedl-material:latest