This repository has been archived on 2026-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
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