docker-compose.yaml 328 B

123456789
  1. # This will proxy all requests for http://localhost:10080/grafana/ to
  2. # http://localhost:3000 (Grafana running locally)
  3. #
  4. # Please note that you'll need to change the root_url in the Grafana configuration:
  5. # root_url = %(protocol)s://%(domain)s:10080/grafana/
  6. nginxproxy:
  7. build: blocks/nginx_proxy
  8. network_mode: host