mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
14 lines
455 B
YAML
14 lines
455 B
YAML
# This will proxy all requests for http://localhost:8090/grafana/ to
|
|
# http://localhost:3000 (Grafana running locally)
|
|
#
|
|
# Please note that you'll need to change the root_url in the Grafana configuration:
|
|
# root_url = %(protocol)s://%(domain)s:8090/grafana/
|
|
|
|
nginxproxy:
|
|
build: docker/blocks/auth/nginx_proxy_mac
|
|
volumes:
|
|
- "./docker/blocks/auth/nginx_proxy_mac/nginx_login_only.conf:/etc/nginx/nginx.conf"
|
|
ports:
|
|
- "8090:8090"
|
|
|