mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 06:12:59 +08:00
devenv: fix docker blocks paths
This commit is contained in:
@ -5,5 +5,5 @@
|
||||
# root_url = %(protocol)s://%(domain)s:10081/grafana/
|
||||
|
||||
apacheproxy:
|
||||
build: blocks/apache_proxy
|
||||
build: docker/blocks/apache_proxy
|
||||
network_mode: host
|
||||
|
@ -1,5 +1,5 @@
|
||||
collectd:
|
||||
build: blocks/collectd
|
||||
build: docker/blocks/collectd
|
||||
environment:
|
||||
HOST_NAME: myserver
|
||||
GRAPHITE_HOST: graphite
|
||||
|
@ -1,5 +1,5 @@
|
||||
graphite09:
|
||||
build: blocks/graphite
|
||||
build: docker/blocks/graphite
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "2003:2003"
|
||||
|
@ -1,6 +1,6 @@
|
||||
graphite:
|
||||
build:
|
||||
context: blocks/graphite1
|
||||
context: docker/blocks/graphite1
|
||||
args:
|
||||
version: master
|
||||
ports:
|
||||
|
@ -1,6 +1,6 @@
|
||||
mssql:
|
||||
build:
|
||||
context: blocks/mssql/build
|
||||
context: docker/blocks/mssql/build
|
||||
environment:
|
||||
ACCEPT_EULA: Y
|
||||
MSSQL_SA_PASSWORD: Password!
|
||||
|
@ -1,6 +1,6 @@
|
||||
mssqltests:
|
||||
build:
|
||||
context: blocks/mssql/build
|
||||
context: docker/blocks/mssql/build
|
||||
environment:
|
||||
ACCEPT_EULA: Y
|
||||
MSSQL_SA_PASSWORD: Password!
|
||||
|
@ -1,5 +1,5 @@
|
||||
mysql_opendata:
|
||||
build: blocks/mysql_opendata
|
||||
build: docker/blocks/mysql_opendata
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: rootpass
|
||||
MYSQL_DATABASE: testdata
|
||||
|
@ -1,6 +1,6 @@
|
||||
mysqltests:
|
||||
build:
|
||||
context: blocks/mysql_tests
|
||||
context: docker/blocks/mysql_tests
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: rootpass
|
||||
MYSQL_DATABASE: grafana_tests
|
||||
|
@ -5,5 +5,5 @@
|
||||
# root_url = %(protocol)s://%(domain)s:10080/grafana/
|
||||
|
||||
nginxproxy:
|
||||
build: blocks/nginx_proxy
|
||||
build: docker/blocks/nginx_proxy
|
||||
network_mode: host
|
||||
|
@ -1,5 +1,5 @@
|
||||
openldap:
|
||||
build: blocks/openldap
|
||||
build: docker/blocks/openldap
|
||||
environment:
|
||||
SLAPD_PASSWORD: grafana
|
||||
SLAPD_DOMAIN: grafana.org
|
||||
|
@ -1,6 +1,6 @@
|
||||
postgrestest:
|
||||
build:
|
||||
context: blocks/postgres_tests
|
||||
context: docker/blocks/postgres_tests
|
||||
environment:
|
||||
POSTGRES_USER: grafanatest
|
||||
POSTGRES_PASSWORD: grafanatest
|
||||
|
@ -1,5 +1,5 @@
|
||||
prometheus:
|
||||
build: blocks/prometheus
|
||||
build: docker/blocks/prometheus
|
||||
network_mode: host
|
||||
ports:
|
||||
- "9090:9090"
|
||||
@ -25,7 +25,7 @@
|
||||
- "9093:9093"
|
||||
|
||||
prometheus-random-data:
|
||||
build: blocks/prometheus_random_data
|
||||
build: docker/blocks/prometheus_random_data
|
||||
network_mode: host
|
||||
ports:
|
||||
- "8081:8080"
|
||||
|
@ -1,5 +1,5 @@
|
||||
prometheus:
|
||||
build: blocks/prometheus2
|
||||
build: docker/blocks/prometheus2
|
||||
network_mode: host
|
||||
ports:
|
||||
- "9090:9090"
|
||||
@ -25,7 +25,7 @@
|
||||
- "9093:9093"
|
||||
|
||||
prometheus-random-data:
|
||||
build: blocks/prometheus_random_data
|
||||
build: docker/blocks/prometheus_random_data
|
||||
network_mode: host
|
||||
ports:
|
||||
- "8081:8080"
|
||||
|
@ -1,5 +1,5 @@
|
||||
prometheus:
|
||||
build: blocks/prometheus_mac
|
||||
build: docker/blocks/prometheus_mac
|
||||
ports:
|
||||
- "9090:9090"
|
||||
|
||||
@ -21,6 +21,6 @@
|
||||
- "9093:9093"
|
||||
|
||||
prometheus-random-data:
|
||||
build: blocks/prometheus_random_data
|
||||
build: docker/blocks/prometheus_random_data
|
||||
ports:
|
||||
- "8081:8080"
|
||||
|
Reference in New Issue
Block a user