17 lines
354 B
YAML
17 lines
354 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
tubesync:
|
|
container_name: tubesync
|
|
image: ghcr.io/meeb/tubesync:latest
|
|
environment:
|
|
- TZ=${TZ}
|
|
- PUID=${PUID}
|
|
- PGID=${PGID}
|
|
ports:
|
|
- 4848:4848
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/tubesync/config:/config
|
|
- ${MEDIA_DIR}/downloads/youtubedl:/downloads
|