grafana use 3001

This commit is contained in:
2024-08-11 05:56:55 -07:00
parent fd4baa8f22
commit b13b470157

View File

@ -101,7 +101,7 @@ config.image.type = "Image"
config.image.params.image = "grafana/grafana" config.image.params.image = "grafana/grafana"
config.restart = "unless-stopped" config.restart = "unless-stopped"
config.network = "demo-logging" config.network = "demo-logging"
config.ports = "3000 = 3000" config.ports = "3001 = 3000"
config.extra_args = ["--add-host=host.docker.internal:host-gateway"] # so it can communicate with tempo at host.docker.internal config.extra_args = ["--add-host=host.docker.internal:host-gateway"] # so it can communicate with tempo at host.docker.internal
config.volumes = "grafana-data = /var/lib/grafana" config.volumes = "grafana-data = /var/lib/grafana"
config.labels = "vector = key-value" # So vector picks up the logs, ships to loki config.labels = "vector = key-value" # So vector picks up the logs, ships to loki