docker-infrastructure/tubesync/docker-compose.yml

17 lines
328 B
YAML

services:
tubesync:
image: ghcr.io/meeb/tubesync:latest
container_name: tubesync
volumes:
# Config
- $APPDATA/tubesync:/config
# Media
- $MEDIADIR/youtube:/downloads
environment:
PUID: $PUID
PGID: $PGID
TZ: $TZ
ports:
- 4848:4848
restart: unless-stopped