Skip to content

Commit

Permalink
add Grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg authored Jun 7, 2019
1 parent 2b8e0f9 commit a63b308
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,28 @@ volumes:
```
### Metrics
- [Grafana](#Grafana)
#### Grafana
```yaml
grafana:
container_name: grafana
image: grafana/grafana:6.2.1
ports:
- "3000:3000"
volumes:
- grafanadata:/var/lib/grafana
networks:
- metrics_net
restart: always

volumes:
grafanadata: {}
networks:
metrics_net:
```
### Proxy
- [Envoy](#Envoy)
Expand Down

0 comments on commit a63b308

Please sign in to comment.