Create Tubesync docker-compose file
This commit is contained in:
parent
6ad50a8a32
commit
18db2f6004
16
tubesync/docker-compose.yml
Normal file
16
tubesync/docker-compose.yml
Normal file
|
|
@ -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
|
||||||
Loading…
Reference in a new issue