Monitroing Stack: add graphite service port use comments

This commit is contained in:
Aroy-Art 2025-06-14 21:42:55 +02:00
parent 6ddc70b126
commit b1e24875ca
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -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