-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcelebrimbor-compose.yml
231 lines (216 loc) · 5.36 KB
/
celebrimbor-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
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
services:
# Monitoring & Updates
node-exporter:
image: prom/node-exporter:v1.8.2
container_name: node-exporter
restart: unless-stopped
ports:
- 9100:9100
command:
- '--path.procfs=/host/proc'
- '--path.sysfs=/host/sys'
- '--path.rootfs=/rootfs'
volumes:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
- /:/rootfs:ro
environment:
TZ: $TZ
cadvisor:
image: gcr.io/cadvisor/cadvisor:v0.51.0
container_name: cadvisor
restart: unless-stopped
ports:
- 8080:8080
volumes:
- /:/rootfs:ro
- /var/run:/var/run:ro
- /sys:/sys:ro
- /var/lib/docker/:/var/lib/docker:ro
- /dev/disk/:/dev/disk:ro
environment:
TZ: $TZ
smartctl:
image: matusnovak/prometheus-smartctl:v2.5.0
container_name: smartctl
restart: unless-stopped
ports:
- 9902:9902
privileged: true
nut:
image: instantlinux/nut-upsd:2.8.2-r2
container_name: nut
restart: unless-stopped
environment:
API_USER: upsmon
API_PASSWORD: $NUT_PASSWORD
DESCRIPTION: CyberPower 1500VA UPS
#SERIAL: $NUT_SERIAL
ports:
- 3493:3493
privileged: true
heartbeat:
build: $OPDIR/dockerfiles/heartbeat
container_name: heartbeat
restart: unless-stopped
environment:
ENDPOINT_URL: https://status.wasabipesto.com/api/push/f774dtOPxN
# Media
rtorrent:
image: crazymax/rtorrent-rutorrent:4.2.9-0.9.8-0.13.8
container_name: rtorrent
restart: unless-stopped
ports:
- 8000:8000 # XMLRPC (*arr)
- 8085:8080 # RUTORRENT (web)
- 50000:50000 # PEERING
volumes:
- $OPDIR/rtorrent/data/geoip:/data/geoip
- $OPDIR/rtorrent/data/rtorrent:/data/rtorrent
- $OPDIR/rtorrent/data/rutorrent:/data/rutorrent
- $DATADIR/Seeds:/data/Seeds
stop_grace_period: 15s
environment:
TZ: $TZ
PUID: $PUID
PGID: $PGID
prowlarr:
image: lscr.io/linuxserver/prowlarr:1.28.2
container_name: prowlarr
hostname: prowlarr
restart: unless-stopped
ports:
- 9696:9696
volumes:
- $OPDIR/prowlarr:/config
environment:
TZ: $TZ
PUID: $PUID
PGID: $PGID
sonarr:
image: lscr.io/linuxserver/sonarr:4.0.11
container_name: sonarr
hostname: sonarr
restart: unless-stopped
ports:
- 8989:8989
volumes:
- $OPDIR/sonarr:/config
- $DATADIR:/data
environment:
TZ: $TZ
PUID: $PUID
PGID: $PGID
radarr:
image: lscr.io/linuxserver/radarr:5.16.3
container_name: radarr
hostname: radarr
restart: unless-stopped
ports:
- 7878:7878
volumes:
- $OPDIR/radarr:/config
- $DATADIR:/data
environment:
TZ: $TZ
PUID: $PUID
PGID: $PGID
calibre-app:
image: lscr.io/linuxserver/calibre:7.23.0
container_name: calibre-app
hostname: calibre-app
restart: unless-stopped
security_opt:
- seccomp:unconfined # https://github.com/linuxserver/docker-calibre/issues/97
ports:
- 8079:8080
- 8081:8081
volumes:
- $OPDIR/calibre-app:/config
- $DATADIR:/data
environment:
TZ: $TZ
PUID: $PUID
PGID: $PGID
calibre-web:
image: ghcr.io/linuxserver/calibre-web:0.6.24
container_name: calibre-web
hostname: calibre-web
restart: unless-stopped
ports:
- 8083:8083
volumes:
- $OPDIR/calibre-web:/config
- $OPDIR/calibre-web/custom-cont-init.d:/custom-cont-init.d:ro
- $DATADIR/Books:/data/Books
environment:
TZ: $TZ
PUID: $PUID
PGID: $PGID
DOCKER_MODS: linuxserver/mods:universal-calibre
nextcloud:
image: lscr.io/linuxserver/nextcloud:30.0.4-ls357
container_name: nextcloud
hostname: nextcloud
restart: unless-stopped
volumes:
- $OPDIR/nextcloud/config:/config
- $OPDIR/nextcloud/data:/data
- $DATADIR:/mnt/celebrimbor
- $OPDIR/syncthing/data:/mnt/syncthing
environment:
TZ: $TZ
PUID: $PUID
PGID: $PGID
ports:
- 4431:80
syncthing:
image: syncthing/syncthing:1.28
container_name: syncthing
hostname: syncthing
restart: unless-stopped
ports:
- 8384:8384
- 22000:22000/tcp # TCP file transfers
- 22000:22000/udp # QUIC file transfers
- 21027:21027/udp # Receive local discovery broadcasts
volumes:
- $OPDIR/syncthing:/var/syncthing
- $DATADIR/Photos:/mnt/photos
environment:
TZ: $TZ
# Other
homeassistant:
image: lscr.io/linuxserver/homeassistant:2024.12.5
container_name: homeassistant
hostname: homeassistant
restart: unless-stopped
privileged: true
network_mode: host
ports:
- 8123:8123
volumes:
- $OPDIR/homeassistant:/config
- /etc/localtime:/etc/localtime:ro
environment:
TZ: $TZ
PUID: $PUID
PGID: $PGID
DOCKER_MODS: linuxserver/mods:universal-package-install
INSTALL_PACKAGES: nmap # for nmap device tracker
code-server:
image: lscr.io/linuxserver/code-server:4.96.2
container_name: code-server
hostname: code-server
restart: unless-stopped
ports:
- 8443:8443
volumes:
- $OPDIR/code:/config
- $OPDIR:/opt
environment:
TZ: $TZ
PUID: $PUID
PGID: $PGID
SUDO_PASSWORD: $CODE_PASSWORD
DOCKER_MODS: linuxserver/mods:code-server-python3