Skip to content

Commit

Permalink
Merge pull request #5 from industrial-edge/persist-data
Browse files Browse the repository at this point in the history
Persist Grafana Dashboard
  • Loading branch information
Boehmi-TB authored May 18, 2021
2 parents a82407f + dbb9b2a commit f6d72db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ services:
restart: always
networks:
- internal-network
volumes:
- dashboard-storage:/var/lib/grafana
ports:
- "33000:3000"
mem_limit: 100mb
Expand All @@ -52,3 +54,5 @@ networks:

volumes:
data:
dashboard-storage:
name: dashboard-storage

0 comments on commit f6d72db

Please sign in to comment.