-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.common.yaml
More file actions
316 lines (308 loc) · 7.1 KB
/
Copy pathdocker-compose.common.yaml
File metadata and controls
316 lines (308 loc) · 7.1 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
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
x-common-env-variables: &env-vars
PUID: ${PUID}
PGID: ${PGID}
TZ: ${TIMEZONE}
x-common-driver-variables: &driver-opts
type: none
o: bind
x-common-healthcheck-variables: &healthcheck
interval: 60s
timeout: 10s
retries: 3
start_period: 30s
start_interval: 15s
x-common-networks: &networks
networks:
- frontend
- backend
x-common-logging: &logging
logging:
driver: local
options:
compress: "true"
max-size: "10m"
max-file: "3"
x-common-common: &common
<<: [*networks, *logging]
restart: unless-stopped
environment: *env-vars
security_opt:
- no-new-privileges=true
networks:
frontend:
name: frontend
external: false
enable_ipv6: true
ipam:
config:
- subnet: fd00::/112
- subnet: 172.20.0.0/14
backend:
name: backend
external: false
internal: true
volumes:
config-adguard:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/adguard
config-adguardhome-sync:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/adguardhome-sync
config-authelia:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/authelia
config-beets:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/beets
config-bookmarks:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/bookmarks
config-freshrss:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/freshrss/data
config-freshrss-extensions:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/freshrss/extensions
config-frigate:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/frigate
config-git:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/git/config
config-git-data:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/git/data
config-git-runner-data:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/git/runner/data
config-grafana:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/grafana/config
config-grafana-data:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/grafana/data
config-grafana-home:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/grafana/home
config-home-assistant:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/homeassistant
config-immich:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/immich
config-influxdb:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/influxdb
config-jellyfin:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/jellyfin
config-jellyfin-cache:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/jellyfin/cache
config-jellyseerr:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/jellyseerr
config-ldap:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/ldap/config
config-ldap-db:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/ldap/db
config-loki:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/loki/config
config-loki-data:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/loki/data
config-matter:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/matter
config-mosquitto:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/mqtt
config-ntfy:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/ntfy/config
config-ntfy-cache:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/ntfy/cache
config-s3:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/s3
config-scrutiny:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/scrutiny
config-pg-vectors:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/pg-vectors
config-podgrab:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/podgrab/config
config-postgres:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/postgres
config-postgres-backups:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/backups/postgres
config-prometheus:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/prometheus
config-promtail:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/promtail
config-prowlarr:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/prowlarr
config-qbittorrent:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/qbittorrent
config-qbittorrent-manage:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/qbittorrent-manage
config-radarr:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/radarr
config-readarr:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/readarr
config-recyclarr:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/recyclarr
config-scripts:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/scripts
config-sonarr:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/sonarr
config-speedtest:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/speedtest
config-syncthing:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/syncthing
config-traefik:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/traefik
config-valkey:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/valkey
config-vaultwarden:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/vaultwarden
config-vikunja:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/vikunja
config-vikunja-conf:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/vikunja-config
config-youtrack:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/youtrack/conf
config-youtrack-data:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/youtrack/data
config-youtrack-logs:
driver_opts:
<<: *driver-opts
device: ${CONFIG_DIR}/youtrack/logs
downloads:
driver_opts:
<<: *driver-opts
device: ${DOWNLOAD_DIR}
downloads-music:
driver_opts:
<<: *driver-opts
device: ${DOWNLOAD_DIR}/Music
media:
driver_opts:
<<: *driver-opts
device: ${DATA_DIR}
media-books:
driver_opts:
<<: *driver-opts
device: ${DATA_DIR}/Books
media-camera:
driver_opts:
<<: *driver-opts
device: ${DATA_DIR}/Camera
media-movies:
driver_opts:
<<: *driver-opts
device: ${DATA_DIR}/Movies
media-music:
driver_opts:
<<: *driver-opts
device: ${DATA_DIR}/Music
media-photos:
driver_opts:
<<: *driver-opts
device: ${DATA_DIR}/Photos
media-podcasts:
driver_opts:
<<: *driver-opts
device: ${DATA_DIR}/Podcasts
media-shows:
driver_opts:
<<: *driver-opts
device: ${DATA_DIR}/Television Shows
media-youtube:
driver_opts:
<<: *driver-opts
device: ${DATA_DIR}/Youtube
sync:
driver_opts:
<<: *driver-opts
device: ${SYNC_DIR}