-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservarr.yml
More file actions
102 lines (95 loc) · 2.13 KB
/
servarr.yml
File metadata and controls
102 lines (95 loc) · 2.13 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
networks:
proxy:
monitor:
volumes:
jellyseerr-config:
lidarr-config:
prowlarr-config:
radarr-config:
recyclarr-config:
sonarr-config:
services:
jellyseerr:
image: ghcr.io/hotio/jellyseerr:release-2.7.3
expose:
- 5055 # webui
extends:
file: common.yml
service: hotio
networks:
- proxy
- monitor
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- jellyseerr-config:/app/config
lidarr:
image: ghcr.io/hotio/lidarr:pr-plugins-3.1.2.4913
expose:
- 8686 # webui
extends:
file: common.yml
service: hotio
networks:
- proxy
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- lidarr-config:/config
- ${MEDIA_ROOT_PATH}:/data/media
prowlarr:
image: ghcr.io/hotio/prowlarr:release-2.3.5.5327
expose:
- 9696 # webui
extends:
file: common.yml
service: hotio
networks:
- proxy
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ${MEDIA_ROOT_PATH}:/data/media
- prowlarr-config:/config
radarr:
image: ghcr.io/hotio/radarr:release-6.1.1.10360
expose:
- 7878 # webui
extends:
file: common.yml
service: hotio
networks:
- proxy
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ${MEDIA_ROOT_PATH}:/data/media
- radarr-config:/config
recyclarr:
image: ghcr.io/recyclarr/recyclarr:8.5.1
environment:
- TZ=${TIMEZONE}
extends:
file: common.yml
service: log-to-json
networks:
- proxy
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- recyclarr-config:/config
- ./recyclarr/recyclarr.yml:/config/recyclarr.yml
sonarr:
image: ghcr.io/hotio/sonarr:release-4.0.17.2952
expose:
- 8989 # webui
extends:
file: common.yml
service: hotio
networks:
- proxy
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ${MEDIA_ROOT_PATH}:/data/media
- sonarr-config:/config