File tree Expand file tree Collapse file tree 7 files changed +19
-7
lines changed Expand file tree Collapse file tree 7 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,16 @@ services:
88
88
homer-webapp :
89
89
# hostname: homer
90
90
container_name : homer-webapp
91
- image : sipcapture/webapp
91
+ image : ghcr.io/ sipcapture/homer-app
92
92
environment :
93
93
- " LOKI_HOST=loki"
94
94
- " PROM_HOST=prometheus"
95
+ # - "GRAFANA_HOST=grafana"
95
96
- " DB_HOST=db"
96
97
- " DB_USER=root"
97
98
- " DB_PASS=homerSeven"
99
+ - " DB_KEEPALIVE=false"
100
+ - " HOMER_LOGLEVEL=info"
98
101
ports :
99
102
- " 9090:80"
100
103
expose :
Original file line number Diff line number Diff line change @@ -89,12 +89,15 @@ services:
89
89
homer-webapp :
90
90
# hostname: homer
91
91
container_name : homer-webapp
92
- image : sipcapture/webapp
92
+ image : ghcr.io/ sipcapture/homer-app
93
93
environment :
94
94
- " PROM_HOST=prometheus"
95
+ # - "GRAFANA_HOST=grafana"
95
96
- " DB_HOST=db"
96
97
- " DB_USER=root"
97
98
- " DB_PASS=homerSeven"
99
+ - " DB_KEEPALIVE=false"
100
+ - " HOMER_LOGLEVEL=info"
98
101
ports :
99
102
- " 9080:80"
100
103
expose :
Original file line number Diff line number Diff line change @@ -174,13 +174,16 @@ services:
174
174
homer-webapp :
175
175
# hostname: homer
176
176
container_name : homer-webapp
177
- image : sipcapture/webapp
177
+ image : ghcr.io/ sipcapture/homer-app
178
178
environment :
179
179
- " LOKI_HOST=loki"
180
180
- " PROM_HOST=prometheus"
181
+ # - "GRAFANA_HOST=grafana"
181
182
- " DB_HOST=db"
182
183
- " DB_USER=root"
183
184
- " DB_PASS=homerSeven"
185
+ - " DB_KEEPALIVE=false"
186
+ - " HOMER_LOGLEVEL=info"
184
187
restart : unless-stopped
185
188
ports :
186
189
- " 9080:80"
Original file line number Diff line number Diff line change @@ -140,14 +140,17 @@ services:
140
140
homer-webapp :
141
141
# hostname: homer
142
142
container_name : homer-webapp
143
- image : sipcapture/webapp
143
+ image : ghcr.io/ sipcapture/homer-app
144
144
environment :
145
145
- " LOKI_HOST=loki"
146
146
- " PROM_HOST=prometheus"
147
+ # - "GRAFANA_HOST=grafana"
147
148
- " DB_HOST=db"
148
149
- " DB_USER=root"
149
150
- " DB_PASS=homerSeven"
151
+ - " DB_KEEPALIVE=false"
150
152
- " PRESET=timescale"
153
+ - " HOMER_LOGLEVEL=info"
151
154
restart : unless-stopped
152
155
ports :
153
156
- " 9080:80"
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ services:
67
67
68
68
homer-webapp :
69
69
container_name : homer-webapp
70
- image : sipcapture/homer-app:server
70
+ image : ghcr.io/ sipcapture/homer-app
71
71
environment :
72
72
- " DB_HOST=db"
73
73
- " DB_USER=root"
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ services:
69
69
70
70
homer-webapp :
71
71
container_name : homer-webapp
72
- image : sipcapture/homer-app:server
72
+ image : ghcr.io/ sipcapture/homer-app
73
73
environment :
74
74
- " DB_HOST=db"
75
75
- " DB_USER=root"
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ heplify-server:
65
65
66
66
homer-webapp :
67
67
container_name : homer-webapp
68
- image : sipcapture/homer-app:server
68
+ image : ghcr.io/ sipcapture/homer-app
69
69
environment :
70
70
- " DB_HOST=db"
71
71
- " DB_USER=root"
You can’t perform that action at this time.
0 commit comments