Monitroing Stack: add graphite service port use comments
This commit is contained in:
parent
6ddc70b126
commit
b1e24875ca
1 changed files with 5 additions and 5 deletions
|
@ -54,11 +54,11 @@ services:
|
|||
- ${BASE_DIR:-.}/Graphite/Statsd_Config:/opt/statsd/config
|
||||
- ${BASE_DIR:-.}/Graphite/Logs:/var/log
|
||||
ports:
|
||||
- 3080:80
|
||||
- 2003-2004:2003-2004
|
||||
- 2023-2024:2023-2024
|
||||
- 8225:8125/udp
|
||||
- 8226:8126
|
||||
- 3080:80 # nginx
|
||||
- 2003-2004:2003-2004 # carbon reciver - plaintext, pickle
|
||||
- 2023-2024:2023-2024 # carbon aggregator - plaintext, pickle
|
||||
- 8225:8125/udp # statsd
|
||||
- 8226:8126 # statsd admin
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: loki
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue