-
Notifications
You must be signed in to change notification settings - Fork 3
/
removed.yml
440 lines (423 loc) · 12.1 KB
/
removed.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
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
version: '2'
services:
heimdall - gateway, manager
#plex integration with google home
flex:
container_name: flex
image: digitalhigh/flextv
restart: always
volumes:
- /mnt/storage/appdata/flex:/config
- shared:/shared
ports:
- 5666:80
- 5667:443
environment:
- HTTPPORT=5666
- HTTPSPORT=5667
- FASTCGIPORT=9000
networks:
- traefik_proxy
labels:
- "traefik.enable=true"
- "traefik.backend=flex"
- "traefik.frontend.rule=Host:flex.${DOMAINNAME}"
- "traefik.port=80"
- "traefik.docker.network=traefik_proxy"
- "traefik.frontend.headers.SSLRedirect=true"
- "traefik.frontend.headers.STSSeconds=315360000"
- "traefik.frontend.headers.browserXSSFilter=true"
- "traefik.frontend.headers.contentTypeNosniff=true"
- "traefik.frontend.headers.forceSTSHeader=true"
- "traefik.frontend.headers.SSLHost=delesio.com"
- "traefik.frontend.headers.STSIncludeSubdomains=true"
- "traefik.frontend.headers.STSPreload=true"
- "traefik.frontend.headers.frameDeny=false"
spotifyd:
image: ggoussard/spotifyd
image: spotifyd:local
image: vace117/spotify-connect-server
network_mode: "host"
devices:
- /dev/snd:/dev/snd
volumes:
- /usr/share/alsa:/usr/share/alsa
- /mnt/storage/appdata/spotifyd/root:/root
- /dev/shm:/dev/shm
- /etc:/etc
- $XDG_RUNTIME_DIR/pulse:$XDG_RUNTIME_DIR/pulse
environment:
- TZ=${TZ}
- PULSE_SERVER=unix:$XDG_RUNTIME_DIR/pulse/native
- DEVICE_NAME=docker
#######################################
#tautulli - plex stats
#######################################
tautulli:
image: linuxserver/tautulli
container_name: tautulli
depends_on:
- plex
volumes:
- /mnt/storage/appdata/plexpy:/config
- /mnt/storage/appdata/plex/Library/Application\ Support/Plex\ Media\ Server/Logs:/logs:ro
- shared:/shared
# ports:
# - 8181:8181
links:
- plex
restart: always
networks:
- traefik_proxy
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
labels:
- "traefik.enable=true"
- "traefik.backend=tautulli"
- "traefik.frontend.rule=Host:stats.${DOMAINNAME}"
# - "traefik.frontend.rule=Host:${DOMAINNAME}; PathPrefix: /tautulli"
- "traefik.port=8181"
- "traefik.docker.network=traefik_proxy"
- "traefik.frontend.headers.SSLRedirect=true"
- "traefik.frontend.headers.STSSeconds=315360000"
- "traefik.frontend.headers.browserXSSFilter=true"
- "traefik.frontend.headers.contentTypeNosniff=true"
- "traefik.frontend.headers.forceSTSHeader=true"
- "traefik.frontend.headers.SSLHost=delesio.com"
- "traefik.frontend.headers.STSIncludeSubdomains=true"
- "traefik.frontend.headers.STSPreload=true"
- "traefik.frontend.headers.frameDeny=false"
unifi-video2:
container_name: unifivideo2
image: pducharme/unifi-video-controller
network_mode: host
restart: always
volumes:
- /mnt/storage/appdata/unfivideo2/config:/config
- /mnt/storage/appdata/unfivideo2/data:/var/lib/unifi-video
- /mnt/storage/appdata/unfivideo2/videos:/var/lib/unifi-video/videos
cap_add:
- SYS_ADMIN
- DAC_READ_SEARCH
security_opt:
- apparmor:unconfined
ports:
- 10001:10001
- 1935:1935
- 7080:7080
- 6666:6666
- 7442:7442
- 7443:7443
- 7444:7444
- 7445:7445
- 7446:7446
- 7447:7447
ubooquity - manages comics
ubooquity:
image: linuxserver/ubooquity
container_name: ubooquity
# ports:
# - 2202:2202
# - 2203:2203
volumes:
- /mnt/storage/appdata/ubooquity:/config
- complete_downloads:/files
- comics:/comics
- shared:/shared
restart:
always
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
networks:
- traefik_proxy
labels:
- "traefik.enable=true"
- "traefik.backend=ubooquity"
- "traefik.frontend.rule=Host:comics.${DOMAINNAME}"
- "traefik.port=2202"
- "traefik.docker.network=traefik_proxy"
- "traefik.frontend.headers.SSLRedirect=true"
- "traefik.frontend.headers.STSSeconds=315360000"
- "traefik.frontend.headers.browserXSSFilter=true"
- "traefik.frontend.headers.contentTypeNosniff=true"
- "traefik.frontend.headers.forceSTSHeader=true"
- "traefik.frontend.headers.SSLHost=delesio.com"
- "traefik.frontend.headers.STSIncludeSubdomains=true"
- "traefik.frontend.headers.STSPreload=true"
- "traefik.frontend.headers.frameDeny=false"
- "traefik.frontend.auth.basic.users=${HTTP_USERNAME}:${HTTP_PASSWORD}"
#mylar - comic download
mylar:
image: linuxserver/mylar
container_name: mylar
# ports:
# - 8090:8090
volumes:
- /mnt/storage/appdata/mylay:/config
- complete_downloads:/downloads
- comics:/comics
- shared:/shared
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
restart: always
networks:
- traefik_proxy
labels:
- "traefik.enable=true"
- "traefik.backend=mylar"
- "traefik.frontend.rule=Host:mylar.${DOMAINNAME}"
- "traefik.port=8090"
- "traefik.docker.network=traefik_proxy"
- "traefik.frontend.headers.SSLRedirect=true"
- "traefik.frontend.headers.STSSeconds=315360000"
- "traefik.frontend.headers.browserXSSFilter=true"
- "traefik.frontend.headers.contentTypeNosniff=true"
- "traefik.frontend.headers.forceSTSHeader=true"
- "traefik.frontend.headers.SSLHost=delesio.com"
- "traefik.frontend.headers.STSIncludeSubdomains=true"
- "traefik.frontend.headers.STSPreload=true"
- "traefik.frontend.headers.frameDeny=false"
- "traefik.frontend.auth.basic.users=${HTTP_USERNAME}:${HTTP_PASSWORD}"
heimdall:
image: linuxserver/heimdall
container_name: heimdall
volumes:
- /mnt/storage/appdata/heimdall/config:/config
- shared:/shared
# ports:
# - 80:80
restart: always
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
networks:
- traefik_proxy
labels:
- "traefik.enable=true"
- "traefik.backend=heimdall"
- "traefik.frontend.rule=Host:home.${DOMAINNAME}"
- "traefik.port=80"
- "traefik.protocol=http"
- "traefik.docker.network=traefik_proxy"
- "traefik.frontend.headers.SSLRedirect=true"
- "traefik.frontend.headers.STSSeconds=315360000"
- "traefik.frontend.headers.browserXSSFilter=true"
- "traefik.frontend.headers.contentTypeNosniff=true"
- "traefik.frontend.headers.forceSTSHeader=true"
- "traefik.frontend.headers.SSLHost=example.com"
- "traefik.frontend.headers.STSIncludeSubdomains=true"
- "traefik.frontend.headers.STSPreload=true"
- "traefik.frontend.headers.frameDeny=true"
headphones:
image: linuxserver/headphones
container_name: headphones
ports:
- 8182:8181
volumes:
- /mnt/storage/appdata/headphones:/config
- complete_downloads:/downloads
- music:/music
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=America/New_York
htpcmanager:
container_name: htpcmanager
image: linuxserver/htpcmanager
ports:
- 8085:8085
environment:
- TZ=America/New_York
- PUID=${PUID}
- PGID=${PGID}
volumes:
- /mnt/storage/appdata/htpmanager:/config
radarr:
image: linuxserver/radarr
container_name: radarr
volumes:
- /mnt/storage/appdata/radarr:/config
- /mnt/storage/media/movies:/movies
- /mnt/storage/media/downloads:/downloads
ports:
- 7878:7878
environment:
- PUID=${PUID}
- PGID=${PGID}
restart:
always
#######################################
nzbhydra - aggregates indxers
#######################################
nzbhydra:
image: linuxserver/hydra
container_name: hydra
volumes:
- /mnt/storage/appdata/hydra1_bak/config:/config
- /mnt/storage/appdata/downloads/complete:/downloads
- shared:/shared
ports:
- 5075:5075
restart: always
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
networks:
- traefik_proxy
vpn:
ipv4_address: 172.20.0.1
labels:
- "traefik.enable=true"
- "traefik.backend=hydra"
- "traefik.frontend.rule=Host:hydra.${DOMAINNAME}"
- "traefik.port=5075"
- "traefik.docker.network=traefik_proxy"
- "traefik.frontend.headers.SSLRedirect=true"
- "traefik.frontend.headers.STSSeconds=315360000"
- "traefik.frontend.headers.browserXSSFilter=true"
- "traefik.frontend.headers.contentTypeNosniff=true"
- "traefik.frontend.headers.forceSTSHeader=true"
- "traefik.frontend.headers.SSLHost=delesio.com"
- "traefik.frontend.headers.STSIncludeSubdomains=true"
- "traefik.frontend.headers.STSPreload=true"
- "traefik.frontend.headers.frameDeny=false"
#######################################
nzbhydra - aggregates indxers
#######################################
syncloung_server:
image: starbix/synclounge:nginx
container_name: plextogether_nginx
ports:
- 8087:80
synclounge:
image: starbix/synclounge
container_name: synclounge
ports:
- 8088:8088
- 8089:8089
#autosub - subtitle downloader
autosub:
image: ltka/autosub
container_name: autosub
volumes:
- /mnt/storage/appdata/autosub:/config
- movies:/tv
environment:
- TZ=America/New_York
- PUID=${PUID}
- PGID=${PGID}
restart: always
ports:
- 9960:9960
depends_on:
- plex
links:
- plex
diskover:
image: linuxserver/diskover
container_name: diskover
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York
- REDIS_HOST=redis
- REDIS_PORT=6379
- ES_HOST=elasticsearch
- ES_PORT=9200
- ES_USER=elastic
- ES_PASS=changeme
- RUN_ON_START=true
- USE_CRON=true
volumes:
- /mnt/storage/appdata/diskover:/config
- /mnt/storage/media:/data
ports:
- 80:80
- 9181:9181
- 9999:9999
mem_limit: 4096m
restart: unless-stopped
depends_on:
- elasticsearch
- redis
elasticsearch:
container_name: elasticsearch
image: docker.elastic.co/elasticsearch/elasticsearch:5.6.9
volumes:
- /mnt/storage/appdata/elasticsearch/data:/usr/share/elasticsearch/data
environment:
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms2048m -Xmx2048m"
ulimits:
memlock:
soft: -1
hard: -1
redis:
container_name: redis
image: redis:alpine
volumes:
home-assistant:
container_name: home-assistant
image: homeassistant/home-assistant
ports:
- 8123:8123
volumes:
- /mnt/storage/appdata/homeassist:/config
- /etc/localtime:/etc/localtime:ro
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=America/New_York
########################################
organizr:
container_name: organizr
restart: always
image: lsiocommunity/organizr
volumes:
- /mnt/storage/appdata//organizr:/config
- shared:/shared
# ports:
# - "XXXX:80"
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
networks:
- traefik_proxy
labels:
- "traefik.enable=true"
- "traefik.backend=organizr"
- "traefik.frontend.rule=Host:${DOMAINNAME}"
- "traefik.port=80"
- "traefik.docker.network=traefik_proxy"
- "traefik.frontend.headers.SSLRedirect=true"
- "traefik.frontend.headers.STSSeconds=315360000"
- "traefik.frontend.headers.browserXSSFilter=true"
- "traefik.frontend.headers.contentTypeNosniff=true"
- "traefik.frontend.headers.forceSTSHeader=true"
- "traefik.frontend.headers.SSLHost=delesio.com"
- "traefik.frontend.headers.STSIncludeSubdomains=true"
- "traefik.frontend.headers.STSPreload=true"
- "traefik.frontend.headers.frameDeny=true"
#TO-DO
# docker pull linuxserver/qbittorrent
# docker pull pihole/pihole
docker run --restart=always -d -p 80:80 \
--hostname=spotweb \
--name=spotweb \
-v <hostdir_where_config_will_persistently_be_stored>:/config \
-e TZ='Europe/Amsterdam' \
-e SPOTWEB_DB_TYPE=pdo_mysql \
-e SPOTWEB_DB_HOST=<database_server_hostname> \
-e SPOTWEB_DB_NAME=spotweb \
-e SPOTWEB_DB_USER=spotweb \
-e SPOTWEB_DB_PASS=spotweb \
jgeusebroek/spotweb