Skip to content

Commit 75bf839

Browse files
committed
compose: homer-webapp additions
1 parent c2f548b commit 75bf839

File tree

7 files changed

+19
-7
lines changed

7 files changed

+19
-7
lines changed

heplify-server/hom7-influx-grafana/docker-compose.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,16 @@ services:
8888
homer-webapp:
8989
# hostname: homer
9090
container_name: homer-webapp
91-
image: sipcapture/webapp
91+
image: ghcr.io/sipcapture/homer-app
9292
environment:
9393
- "LOKI_HOST=loki"
9494
- "PROM_HOST=prometheus"
95+
# - "GRAFANA_HOST=grafana"
9596
- "DB_HOST=db"
9697
- "DB_USER=root"
9798
- "DB_PASS=homerSeven"
99+
- "DB_KEEPALIVE=false"
100+
- "HOMER_LOGLEVEL=info"
98101
ports:
99102
- "9090:80"
100103
expose:

heplify-server/hom7-influx-tick/docker-compose.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,15 @@ services:
8989
homer-webapp:
9090
# hostname: homer
9191
container_name: homer-webapp
92-
image: sipcapture/webapp
92+
image: ghcr.io/sipcapture/homer-app
9393
environment:
9494
- "PROM_HOST=prometheus"
95+
# - "GRAFANA_HOST=grafana"
9596
- "DB_HOST=db"
9697
- "DB_USER=root"
9798
- "DB_PASS=homerSeven"
99+
- "DB_KEEPALIVE=false"
100+
- "HOMER_LOGLEVEL=info"
98101
ports:
99102
- "9080:80"
100103
expose:

heplify-server/hom7-prom-all/docker-compose.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,16 @@ services:
174174
homer-webapp:
175175
# hostname: homer
176176
container_name: homer-webapp
177-
image: sipcapture/webapp
177+
image: ghcr.io/sipcapture/homer-app
178178
environment:
179179
- "LOKI_HOST=loki"
180180
- "PROM_HOST=prometheus"
181+
# - "GRAFANA_HOST=grafana"
181182
- "DB_HOST=db"
182183
- "DB_USER=root"
183184
- "DB_PASS=homerSeven"
185+
- "DB_KEEPALIVE=false"
186+
- "HOMER_LOGLEVEL=info"
184187
restart: unless-stopped
185188
ports:
186189
- "9080:80"

heplify-server/hom7-timescaledb-all/docker-compose.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,17 @@ services:
140140
homer-webapp:
141141
# hostname: homer
142142
container_name: homer-webapp
143-
image: sipcapture/webapp
143+
image: ghcr.io/sipcapture/homer-app
144144
environment:
145145
- "LOKI_HOST=loki"
146146
- "PROM_HOST=prometheus"
147+
# - "GRAFANA_HOST=grafana"
147148
- "DB_HOST=db"
148149
- "DB_USER=root"
149150
- "DB_PASS=homerSeven"
151+
- "DB_KEEPALIVE=false"
150152
- "PRESET=timescale"
153+
- "HOMER_LOGLEVEL=info"
151154
restart: unless-stopped
152155
ports:
153156
- "9080:80"

hepop/hom7-hep-influx/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ services:
6767

6868
homer-webapp:
6969
container_name: homer-webapp
70-
image: sipcapture/homer-app:server
70+
image: ghcr.io/sipcapture/homer-app
7171
environment:
7272
- "DB_HOST=db"
7373
- "DB_USER=root"

hepop/hom7-json-influx/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ services:
6969

7070
homer-webapp:
7171
container_name: homer-webapp
72-
image: sipcapture/homer-app:server
72+
image: ghcr.io/sipcapture/homer-app
7373
environment:
7474
- "DB_HOST=db"
7575
- "DB_USER=root"

hepop/hom7-loudml-influx/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ heplify-server:
6565

6666
homer-webapp:
6767
container_name: homer-webapp
68-
image: sipcapture/homer-app:server
68+
image: ghcr.io/sipcapture/homer-app
6969
environment:
7070
- "DB_HOST=db"
7171
- "DB_USER=root"

0 commit comments

Comments
 (0)