mirror of https://github.com/grafana/grafana
parent
b2833daf32
commit
c1f797ed90
@ -1,13 +1,13 @@ |
||||
#!/bin/bash |
||||
|
||||
blocks_dir=blocks |
||||
blocks_dir=docker/blocks |
||||
docker_dir=docker |
||||
template_dir=templates |
||||
|
||||
grafana_config_file=conf.tmp |
||||
grafana_config=config |
||||
|
||||
compose_header_file=compose_header.yml |
||||
compose_header_file=docker/compose_header.yml |
||||
fig_file=docker-compose.yaml |
||||
fig_config=docker-compose.yaml |
||||
|
||||
@ -1,9 +0,0 @@ |
||||
# This will proxy all requests for http://localhost:10081/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:10081/grafana/ |
||||
|
||||
apacheproxy: |
||||
build: blocks/apache_proxy |
||||
network_mode: host |
||||
@ -1,11 +0,0 @@ |
||||
collectd: |
||||
build: blocks/collectd |
||||
environment: |
||||
HOST_NAME: myserver |
||||
GRAPHITE_HOST: graphite |
||||
GRAPHITE_PORT: 2003 |
||||
GRAPHITE_PREFIX: collectd. |
||||
REPORT_BY_CPU: 'false' |
||||
COLLECT_INTERVAL: 10 |
||||
links: |
||||
- graphite |
||||
@ -1,15 +0,0 @@ |
||||
elasticsearch: |
||||
image: elasticsearch:2.4.1 |
||||
command: elasticsearch -Des.network.host=0.0.0.0 |
||||
ports: |
||||
- "9200:9200" |
||||
- "9300:9300" |
||||
volumes: |
||||
- ./blocks/elastic/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml |
||||
|
||||
fake-elastic-data: |
||||
image: grafana/fake-data-gen |
||||
network_mode: bridge |
||||
environment: |
||||
FD_DATASOURCE: elasticsearch |
||||
FD_PORT: 9200 |
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue