grafana/chronograph hinzugefügt

This commit is contained in:
Borgal
2024-11-17 20:54:49 +00:00
parent ce78560129
commit 00128f9b55

View File

@@ -16,6 +16,21 @@ services:
- INFLUXDB_LOGGING_LEVEL=warn
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:
image: grafana/grafana:latest
container_name: grafana
@@ -29,4 +44,4 @@ services:
environment:
- GF_SECURITY_ADMIN_USER=${GRAFANA_USERNAME}
- GF_SECURITY_ADMIN_PASSWORD=${GRAFANA_PASSWORD}
restart: unless-stopped
restart: unless-stopped