grafana/chronograph hinzugefügt
This commit is contained in:
@@ -16,6 +16,21 @@ services:
|
|||||||
- INFLUXDB_LOGGING_LEVEL=warn
|
- INFLUXDB_LOGGING_LEVEL=warn
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
chronograf:
|
||||||
|
image: chronograf:1.6
|
||||||
|
container_name: chronograf
|
||||||
|
volumes:
|
||||||
|
- ./chronograf_data:/var/lib/chronograf
|
||||||
|
ports:
|
||||||
|
- 8088:8888
|
||||||
|
depends_on:
|
||||||
|
- influxdb
|
||||||
|
environment:
|
||||||
|
- INFLUXDB_URL=http://influxdb:8086
|
||||||
|
- INFLUXDB_USERNAME=${INFLUXDB_USERNAME}
|
||||||
|
- INFLUXDB_PASSWORD=${INFLUXDB_PASSWORD}
|
||||||
|
restart: always
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:latest
|
image: grafana/grafana:latest
|
||||||
container_name: grafana
|
container_name: grafana
|
||||||
@@ -29,4 +44,4 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- GF_SECURITY_ADMIN_USER=${GRAFANA_USERNAME}
|
- GF_SECURITY_ADMIN_USER=${GRAFANA_USERNAME}
|
||||||
- GF_SECURITY_ADMIN_PASSWORD=${GRAFANA_PASSWORD}
|
- GF_SECURITY_ADMIN_PASSWORD=${GRAFANA_PASSWORD}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user