Update Grafana service root URL in docker-compose configuration

This commit is contained in:
Luigi Oliveira 2025-05-04 21:57:06 -03:00
parent 8381fad919
commit 1b99387661

View file

@ -3,7 +3,7 @@ services:
image: grafana/grafana-oss
restart: unless-stopped
environment:
- GF_SERVER_ROOT_URL=https://grafana.app.marioverde.com.br
- GF_SERVER_ROOT_URL=https://grafana.intranet.marioverde.com.br
ports:
- '3000:3000'
volumes: