compose: use 3001 port for grafana, 3000 for explorer

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-03-26 15:15:16 +01:00
parent 43c9aa546a
commit 3d4130ccd2
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 10 additions and 9 deletions

View File

@ -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.png:/usr/share/grafana/public/img/fav32.png:z
ports:
#- 127.0.0.1:3000:3000
# open port to access the dashboard
- 3000:3000
- 0.0.0.0:3001:3001
restart: on-failure
depends_on:
- prometheus
@ -208,7 +206,7 @@ services:
web:
image: web3labs/epirus-free-web:latest
ports:
- 0.0.0.0:3001:3000
- 0.0.0.0:3000:3000
environment:
- API_URL=http://localhost:8090
- WS_API_URL=ws://localhost:8090

View File

@ -1,5 +1,8 @@
instance_name = nwaku dashboard
[server]
http_port = 3001
;[dashboards.json]
;enabled = true
;path = /home/git/grafana/grafana-dashboards/dashboards