mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-04 04:53:58 +03:00
9f0c44c1a3
- requirements.txt - compose.yaml - config example - changed gitignore to not ignore /config
10 lines
256 B
YAML
10 lines
256 B
YAML
version: '3.8'
|
|
services:
|
|
yt-downloader:
|
|
image: git.darkzoul.org/dark_zoul/youtube-playlist-downloader:latest
|
|
container_name: yt-downloader
|
|
restart: no
|
|
volumes:
|
|
- /path/to/downloads:/app/downloads
|
|
- /path/to/config:/app/config
|