-
Notifications
You must be signed in to change notification settings - Fork 1
/
levant.yml
324 lines (307 loc) · 8.06 KB
/
levant.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
nomad:
datacenter: home
region: lab
common:
env:
user: plex
puid: 1100
group: plex
pgid: 1100
consul_http_addr: consul.service.consul:8500
volumes:
cache:
name: media-cache
dir: /mnt/rclone/cache/media
base:
name: media-base
dir: /mnt/rclone/drive/media
books:
name: media-books
dir: /mnt/rclone/drive/media/Books
movies:
name: media-movies
dir: /mnt/rclone/drive/media/Movies
music:
name: media-music
dir: /mnt/rclone/drive/media/Music
tv:
name: media-tv
dir: /mnt/rclone/drive/media/TV
downloads:
name: downloads
dir: /mnt/downloads
downloads-complete:
name: downloads-complete
dir: /mnt/downloads/complete
downloads-movies:
name: downloads-movies
dir: /mnt/downloads/complete/movies
downloads-music:
name: downloads-music
dir: /mnt/downloads/complete/music
downloads-tv:
name: downloads-tv
dir: /mnt/downloads/complete/tv
downloads-books:
name: downloads-books
dir: /mnt/downloads/complete/books
app:
authelia:
container:
architecture: amd64
image: docker.io/authelia/authelia
release: latest
check_digest_url: https://registry.hub.docker.com/v2/repositories/authelia/authelia/tags/latest
auto_update: true
volumes:
config:
name: authelia-config
dir: /opt/services/authelia
traefik:
hostname: auth
path: /
entrypoints: websecure
middlewares: authelia@consulcatalog
tls:
use: true
certresolver: letsencrypt
forwardauth:
address: http://authelia.service.consul:9091/api/verify?rd=https://auth.eventide.network/
trustforwardheader: true
authresponseheaders: Remote-User,Remote-Groups,Remote-Name,Remote-Email
tags: network
caddy:
container:
architecture: amd64
image: docker.io/library/caddy
release: latest
check_digest_url: https://registry.hub.docker.com/v2/repositories/library/caddy/tags/latest
auto_update: true
volumes:
config:
name: caddy-config
dir: /opt/services/caddy
traefik:
hostname: downloads
path: /
entrypoints: websecure
tags: download
flame:
container:
architecture: amd64
image: docker.io/pawelmalak/flame
release: latest
check_digest_url: https://registry.hub.docker.com/v2/repositories/pawelmalak/flame/tags/latest
auto_update: true
volumes:
config:
name: flame-config
dir: /opt/services/flame
traefik:
hostname: flame
path: /
entrypoints: websecure
tags: network
kavita:
container:
architecture: amd64
image: docker.io/kizaing/kavita
release: latest
check_digest_url: https://registry.hub.docker.com/v2/repositories/kizaing/kavita/tags/latest
auto_update: true
volumes:
config:
name: kavita-config
dir: /opt/services/kavita
traefik:
hostname: kavita
path: /
entrypoints: websecure
tags: download
lidarr:
container:
architecture: amd64
image: docker.io/linuxserver/lidarr
release: develop
check_digest_url: https://registry.hub.docker.com/v2/repositories/linuxserver/lidarr/tags/develop
auto_update: true
volumes:
config:
name: lidarr-config
dir: /opt/services/lidarr
traefik:
hostname: lidarr
path: /
entrypoints: websecure
tags: download
overseerr:
container:
architecture: amd64
image: docker.io/linuxserver/overseerr
release: latest
check_digest_url: https://registry.hub.docker.com/v2/repositories/linuxserver/overseerr/tags/latest
auto_update: true
volumes:
config:
name: overseerr-config
dir: /opt/services/overseerr
traefik:
hostname: plex-request
path: /
entrypoints: websecure
tags: download
plex:
container:
architecture: amd64
image: docker.io/plexinc/pms-docker
release: plexpass
check_digest_url: https://plex.tv/api/downloads/5.json?channel=plexpass
auto_update: true
volumes:
config:
name: plex-config
dir: /opt/services/plex
transcode:
name: plex-transcode
dir: /mnt/transcode
tags: plex
prowlarr:
container:
architecture: amd64
image: docker.io/linuxserver/prowlarr
release: latest
check_digest_url: https://registry.hub.docker.com/v2/repositories/linuxserver/prowlarr/tags/latest
auto_update: true
volumes:
config:
name: prowlarr-config
dir: /opt/services/prowlarr
traefik:
hostname: prowlarr
path: /
entrypoints: websecure
tags: download
radarr:
container:
architecture: amd64
image: docker.io/linuxserver/radarr
release: latest
check_digest_url: https://registry.hub.docker.com/v2/repositories/linuxserver/radarr/tags/latest
auto_update: true
volumes:
config:
name: radarr-config
dir: /opt/services/radarr
traefik:
hostname: radarr
path: /
entrypoints: websecure
tags: download
readarr:
container:
architecture: amd64
image: docker.io/linuxserver/readarr
release: nightly
check_digest_url: https://registry.hub.docker.com/v2/repositories/linuxserver/readarr/tags/nightly
auto_update: true
volumes:
config:
name: readarr-config
dir: /opt/services/readarr
traefik:
hostname: readarr
path: /
entrypoints: websecure
tags: download
rclone:
container:
architecture: amd64
image: docker.io/rclone/rclone
release: latest
check_digest_url: https://registry.hub.docker.com/v2/repositories/rclone/rclone/tags/latest
auto_update: true
volumes:
cache:
name: rclone-cache-backup
dir: /mnt/rclone/cache/backup
ports:
rclone: 7070
web: 7071
tags: network
restic:
container:
architecture: amd64
image: docker.io/restic/restic
release: latest
check_digest_url: https://registry.hub.docker.com/v2/repositories/restic/restic/tags/latest
auto_update: true
service_url: http://restic-endpoint.service.consul
ports:
rclone: 7070
tags: network
sabnzbd:
container:
architecture: amd64
image: docker.io/linuxserver/sabnzbd
release: latest
check_digest_url: https://registry.hub.docker.com/v2/repositories/linuxserver/sabnzbd/tags/latest
auto_update: true
volumes:
config:
name: sabnzbd-config
dir: /opt/services/sabnzbd
traefik:
hostname: sabnzbd
path: /
entrypoints: websecure
tags: download
sonarr:
container:
architecture: amd64
image: docker.io/linuxserver/sonarr
release: develop
check_digest_url: https://registry.hub.docker.com/v2/repositories/linuxserver/sonarr/tags/latest
auto_update: true
volumes:
config:
name: sonarr-config
dir: /opt/services/sonarr
traefik:
hostname: sonarr
path: /
entrypoints: websecure
tags: download
traefik:
container:
architecture: amd64
image: docker.io/library/traefik
release: latest
check_digest_url: https://registry.hub.docker.com/v2/repositories/library/traefik/tags/latest
auto_update: true
acme_email: [email protected]
volumes:
certs:
name: traefik-certs
dir: /opt/services/traefik
consul:
address: 192.168.10.2
port: 8500
domain:
tld: eventide.network
tags: network
tautulli:
container:
architecture: amd64
image: docker.io/linuxserver/tautulli
release: latest
check_digest_url: https://registry.hub.docker.com/v2/repositories/linuxserver/tautulli/tags/latest
auto_update: true
volumes:
config:
name: tautulli-config
dir: /opt/services/tautulli
traefik:
hostname: tautulli
path: /
entrypoints: websecure
tags: plex