docker-compose.yaml 330 B

123456789
  1. # This will proxy all requests for http://localhost:10081/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:10081/grafana/
  6. apacheproxy:
  7. build: blocks/apache_proxy
  8. network_mode: host