diff --git a/tubesync/docker-compose.yml b/tubesync/docker-compose.yml new file mode 100644 index 0000000..2ab6840 --- /dev/null +++ b/tubesync/docker-compose.yml @@ -0,0 +1,16 @@ +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