forked from ShiniGandhi/Backdroppr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
28 lines (28 loc) · 1.01 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
services:
backdroppr:
container_name: backdroppr
image: voc0der/backdroppr:latest
### Optional: Uncomment case-sensitive environment variables to configure backdroppr ###
environment:
- RADARR_API="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
- RADARR_HOST=http://localhost:7878
- SONARR_API="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
- SONARR_HOST=http://localhost:8989
- TMDB_API=""xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx""
### Uncomment if needed ###
# - OUTPUT_DIRS="trailers"
# - SLEEP_TIME=3
# - LENGTH_RANGE="30,300"
# - FILETYPE="webm"
# - SKIP_INTROS=True
# - THREAD_COUNT="8"
# - SUBS=True
# - MOVIEPATH="/vault/Media/Movies"
# - TVPATH="/vault/Media/TV Shows"
restart: always
volumes:
- /vault/Media/TV Shows:/tv #TV show directory re-routing
- /vault/Media/Movies:/movies #Movie directory re-routing
### Uncomment if needed ###
# - ./config:/config #The config file location, Optional if using env variables