File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,8 @@ services:
98
98
ports :
99
99
- " 9707:9707"
100
100
restart : unless-stopped
101
+ networks :
102
+ - grafana
101
103
radarr-exporter :
102
104
image : ghcr.io/onedr0p/exportarr:v2.0
103
105
container_name : radarr-exporter
@@ -109,6 +111,8 @@ services:
109
111
ports :
110
112
- " 9708:9708"
111
113
restart : unless-stopped
114
+ networks :
115
+ - grafana
112
116
prowlarr-exporter :
113
117
image : ghcr.io/onedr0p/exportarr:v2.0
114
118
container_name : prowlarr-exporter
@@ -121,6 +125,8 @@ services:
121
125
ports :
122
126
- " 9710:9710"
123
127
restart : unless-stopped
128
+ networks :
129
+ - grafana
124
130
sabnzbd-exporter :
125
131
image : ghcr.io/onedr0p/exportarr:v2.0
126
132
container_name : sabnzbd-exporter
@@ -132,6 +138,8 @@ services:
132
138
ports :
133
139
- " 9711:9711"
134
140
restart : unless-stopped
141
+ networks :
142
+ - grafana
135
143
bazarr-exporter :
136
144
image : ghcr.io/onedr0p/exportarr:v2.0
137
145
container_name : bazarr-exporter
@@ -143,6 +151,8 @@ services:
143
151
ports :
144
152
- " 9712:9712"
145
153
restart : unless-stopped
154
+ networks :
155
+ - grafana
146
156
147
157
networks :
148
158
grafana :
You can’t perform that action at this time.
0 commit comments