|
@@ -119,18 +119,17 @@ services:
|
|
|
|
|
|
|
|
|
grafana:
|
|
|
- image: fd3-grafana
|
|
|
+ image: grafana/grafana
|
|
|
links:
|
|
|
- jsonendpoint:endpoint
|
|
|
- mysql:mysql
|
|
|
- build:
|
|
|
- context: ./statsd/grafana
|
|
|
ports:
|
|
|
- 3000:3000
|
|
|
volumes:
|
|
|
- ./statsd/grafana/grafana.ini:/etc/grafana/grafana.ini
|
|
|
- ./statsd/grafana/lib:/var/lib/grafana
|
|
|
environment:
|
|
|
+ VIRTUAL_HOST: grafana.fd3.flowdat.com
|
|
|
GF_SECURITY_ADMIN_PASSWORD: "queRini6"
|
|
|
GF_INSTALL_PLUGINS: grafana-simple-json-datasource
|
|
|
|
|
@@ -149,8 +148,6 @@ services:
|
|
|
|
|
|
statsd:
|
|
|
image: fd3-statsd-mysql-backend
|
|
|
- environment:
|
|
|
- VIRTUAL_HOST: grafana.fd3.flowdat.com
|
|
|
build:
|
|
|
context: ./statsd/statsd
|
|
|
ports:
|