Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg authored Dec 17, 2019
1 parent f479680 commit 88298c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ volumes:
### Metrics
- [Grafana](#Grafana)
- [Graphite](#Graphite)
#### Grafana
```yaml
Expand All @@ -212,6 +213,15 @@ networks:
metrics_net:
```
#### Graphite
```yaml
graphite:
image: nickstenning/graphite
ports:
- "80:80"
- "2003:2003"
```
### Proxy
- [Envoy](#Envoy)
Expand Down

0 comments on commit 88298c5

Please sign in to comment.