restart: always
parent
51484c7099
commit
0ea23c2c0c
|
@ -11,6 +11,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- "./grafana/provisioning:/etc/grafana/provisioning"
|
- "./grafana/provisioning:/etc/grafana/provisioning"
|
||||||
- "./grafana/dashboard-openwrt.json:/var/lib/grafana/dashboards/dashboard-openwrt.json"
|
- "./grafana/dashboard-openwrt.json:/var/lib/grafana/dashboards/dashboard-openwrt.json"
|
||||||
|
restart: always
|
||||||
|
|
||||||
influxdb:
|
influxdb:
|
||||||
image: influxdb:1.7
|
image: influxdb:1.7
|
||||||
|
@ -22,6 +23,7 @@ services:
|
||||||
- "./influxdb/influxdb.conf:/etc/influxdb/influxdb.conf"
|
- "./influxdb/influxdb.conf:/etc/influxdb/influxdb.conf"
|
||||||
- "./influxdb/types.db:/usr/share/collectd/types.db"
|
- "./influxdb/types.db:/usr/share/collectd/types.db"
|
||||||
- "influxdb:/var/lib/influxdb"
|
- "influxdb:/var/lib/influxdb"
|
||||||
|
restart: always
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
openwrt-lan:
|
openwrt-lan:
|
||||||
|
|
Loading…
Reference in New Issue