parent
427890ce9d
commit
68e9ec37c6
|
|
@ -36,7 +36,6 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- grafana
|
- grafana
|
||||||
- influxdb
|
- influxdb
|
||||||
- chronograf
|
|
||||||
environment:
|
environment:
|
||||||
- UP_INFLUXDB_DB=${INFLUXDB_DB}
|
- UP_INFLUXDB_DB=${INFLUXDB_DB}
|
||||||
- UP_INFLUXDB_USER=${INFLUXDB_ADMIN_USER}
|
- UP_INFLUXDB_USER=${INFLUXDB_ADMIN_USER}
|
||||||
|
|
@ -53,5 +52,4 @@ services:
|
||||||
- UP_PROMETHEUS_NAMESPACE=unpoller
|
- UP_PROMETHEUS_NAMESPACE=unpoller
|
||||||
volumes:
|
volumes:
|
||||||
influxdb-storage:
|
influxdb-storage:
|
||||||
chronograf-storage:
|
|
||||||
grafana-storage:
|
grafana-storage:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue