Commit 9a3139c7 by amir

add persistance and plugings

parent f611d324
Showing with 7 additions and 3 deletions
......@@ -12,9 +12,14 @@ influxdb:
- "8083:8083"
- "8086:8086"
- "2015:2015"
volumes:
- /opt/data/influxdb:/data
grafana:
# environment:
environment:
GF_INSTALL_PLUGINS: "grafana-piechart-panel,grafana-worldmap-panel"
image: grafana/grafana
ports:
- "3000:3000"
#user/pass = admin/admin
\ No newline at end of file
volumes:
- /opt/data/grafana:/var/lib/grafana
#user/pass = admin/admin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment