-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.arr.yaml
More file actions
185 lines (170 loc) · 5.11 KB
/
docker-compose.arr.yaml
File metadata and controls
185 lines (170 loc) · 5.11 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
version: "3.6"
services:
# image used to index torrent links from the internet
prowlarr:
image: linuxserver/prowlarr:latest
container_name: arr-suite-prowlarr
env_file:
- .arr.env
volumes:
- "${SELF_HOME_DIR}/arr-suite/configs/prowlarr:/config" # database and Prowlarr configs
expose:
- 9696/tcp # web ui
ports:
- 9696:9696/tcp # web ui
restart: unless-stopped
# image used to scan for tv shows
sonarr:
image: linuxserver/sonarr:latest
container_name: arr-suite-sonarr
env_file:
- .arr.env
volumes:
- "${SELF_HOME_DIR}/arr-suite/configs/sonarr:/config" # database and Radarr configs
- "/Users/macmini/data/arr-suite/media:/media" # location of media and qbittorrent download folder
expose:
- 8989/tcp # web ui
ports:
- 8989:8989/tcp # web ui
restart: unless-stopped
# image used to scan for movies
radarr:
image: linuxserver/radarr:latest
container_name: arr-suite-radarr
env_file:
- .arr.env
volumes:
- "${SELF_HOME_DIR}/arr-suite/configs/radarr:/config"
- "/Users/macmini/data/arr-suite/media:/media" # location of media and qbittorrent download folder
expose:
- 7878/tcp # web ui
ports:
- 7878:7878/tcp # web ui
restart: unless-stopped
# image used to scan for music
lidarr:
image: linuxserver/lidarr:latest
container_name: arr-suite-lidarr
profiles:
- donotstart
env_file:
- .arr.env
volumes:
- "${SELF_HOME_DIR}/arr-suite/configs/lidarr:/config"
- "/Users/macmini/data/arr-suite/media:/media" # location of media and qbittorrent download folder
expose:
- 8686/tcp # web ui
ports:
- 8686:8686/tcp # web ui
restart: unless-stopped
# manage and download subtitles
bazarr:
container_name: arr-suite-bazarr
image: 'linuxserver/bazarr:latest'
restart: unless-stopped
env_file:
- .arr.env
volumes:
- "${SELF_HOME_DIR}/arr-suite/configs/bazarr:/config"
- "/Users/macmini/data/arr-suite/media:/media" # location of media and qbittorrent download folder
ports:
- '6767:6767'
# image used to scan for books
readarr:
image: linuxserver/readarr:develop
container_name: arr-suite-readarr
env_file:
- .arr.env
volumes:
- "${SELF_HOME_DIR}/arr-suite/configs/readarr:/config"
- "/Users/macmini/data/arr-suite/media:/media" # location of media and qbittorrent download folder
expose:
- 8787/tcp # web ui
ports:
- 8787:8787/tcp # web ui
restart: unless-stopped
# image used to bypass cloudflare for prowlarr
flaresolverr:
image: flaresolverr/flaresolverr:latest
container_name: arr-suite-flaresolverr
env_file:
- .arr.env
expose:
- 8191/tcp # listening port for selenium
ports:
- 8191:8191/tcp # web ui
restart: unless-stopped
# image used for vpn killswitch network
gluetun:
image: qmcgaw/gluetun:latest
container_name: arr-suite-gluetun
cap_add:
- NET_ADMIN
ports:
- 8083:8083 # qbittorrent http web ui
env_file:
- .arr.env
volumes:
- "${SELF_HOME_DIR}/arr-suite/configs/gluetun:/gluetun"
restart: always
healthcheck:
# Check whether service is ready
test:
[
"CMD-SHELL",
"wget -qO- https://ipinfo.io | grep -q '\"country\": \"ES\"'",
]
interval: 30s
retries: 5
timeout: 1m
start_period: 2m
labels:
autoheal: true
# image used to download stuff; run over gluetun network (vpn killswitch)
qbittorrent:
image: linuxserver/qbittorrent:latest
container_name: arr-suite-qbittorrent
env_file:
- .arr.env
volumes:
- "${SELF_HOME_DIR}/arr-suite/configs/qbittorrent:/config"
- "/Users/macmini/data/arr-suite/media/downloads:/media/downloads"
depends_on:
gluetun:
condition: service_healthy
network_mode: container:arr-suite-gluetun # use the gluetun container network (vpn killswitch)
restart: always
# image used to manage media and stream it
emby:
image: linuxserver/emby:latest
container_name: arr-suite-emby
env_file:
- .arr.env
volumes:
- "${SELF_HOME_DIR}/arr-suite/configs/emby:/config" # emby data storage location; can grow very large
- "/Users/macmini/data/arr-suite/media:/data" # media goes here
expose:
- 8096/tcp # http web ui
- 8920/tcp # https web ui
ports:
- 8096:8096/tcp # http web ui
#devices:
# - /dev/dri:/dev/dri #optional
# - /dev/vchiq:/dev/vchiq #optional
# - /dev/video10:/dev/video10 #optional
# - /dev/video11:/dev/video11 #optional
# - /dev/video12:/dev/video12 #optional
restart: unless-stopped
# free and open source fork of Overseerr for managing requests for your media library
jellyseerr:
image: fallenbagel/jellyseerr:latest
container_name: arr-suite-jellyseerr
environment:
- JELLYFIN_TYPE=emby
ports:
- 5055:5055
volumes:
- "${SELF_HOME_DIR}/arr-suite/configs/jellyseerr:/app/config"
depends_on:
- gluetun
restart: unless-stopped