mirror of
https://github.com/tubearchivist/jellyfin.git
synced 2024-11-16 17:00:14 +00:00
364d7c324c
Signed-off-by: Jonas Rosland <jonas.rosland@gmail.com>
14 lines
360 B
YAML
14 lines
360 B
YAML
services:
|
|
ta-jf:
|
|
build: ./
|
|
environment:
|
|
- TA_VIDEO_PATH="/youtube"
|
|
- TA_URL="http://tubearchivist.local"
|
|
- TA_TOKEN="xxxxxxxxxxxxxxxx"
|
|
- JF_URL="http://jellyfin.local:8096"
|
|
- JF_TOKEN="yyyyyyyyyyyyyyyy"
|
|
# volumes:
|
|
# - ./config.json:/jellyfin/config.json:ro
|
|
# - /youtube:/youtube
|
|
command: python main.py
|