mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-07 16:33:07 +00:00
Update grafana and web service ports
This commit is contained in:
parent
e6f6ef4750
commit
f93abd9f88
@ -145,9 +145,7 @@ services:
|
|||||||
- ./monitoring/configuration/customizations/custom-logo.svg:/usr/share/grafana/public/img/grafana_typelogo.svg:z
|
- ./monitoring/configuration/customizations/custom-logo.svg:/usr/share/grafana/public/img/grafana_typelogo.svg:z
|
||||||
- ./monitoring/configuration/customizations/custom-logo.png:/usr/share/grafana/public/img/fav32.png:z
|
- ./monitoring/configuration/customizations/custom-logo.png:/usr/share/grafana/public/img/fav32.png:z
|
||||||
ports:
|
ports:
|
||||||
#- 127.0.0.1:3000:3000
|
- 0.0.0.0:3001:3001
|
||||||
# open port to access the dashboard
|
|
||||||
- 3000:3000
|
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
depends_on:
|
depends_on:
|
||||||
- prometheus
|
- prometheus
|
||||||
@ -208,7 +206,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
image: web3labs/epirus-free-web:latest
|
image: web3labs/epirus-free-web:latest
|
||||||
ports:
|
ports:
|
||||||
- 0.0.0.0:3001:3000
|
- 0.0.0.0:3000:3000
|
||||||
environment:
|
environment:
|
||||||
- API_URL=http://localhost:8090
|
- API_URL=http://localhost:8090
|
||||||
- WS_API_URL=ws://localhost:8090
|
- WS_API_URL=ws://localhost:8090
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user