Skip to content

Commit

Permalink
feat: add Grafana dashboard for monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielwong159 committed Jul 3, 2022
1 parent 48b3474 commit bbe20ab
Show file tree
Hide file tree
Showing 2 changed files with 731 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,12 @@ services:
WEB_API_HOST: "web_api"
WEB_API_PORT: 8080
restart: "on-failure"

grafana:
depends_on:
- db
image: grafana/grafana:9.0.2
volumes:
- ./hosts/grafana/data:/var/lib/grafana
ports:
- "3000:3000"
Loading

0 comments on commit bbe20ab

Please sign in to comment.