1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
dockerfiles/gostatsd/docker-compose.yml
2019-08-11 13:08:47 +08:00

13 lines
316 B
YAML

gostatsd:
image: atlassianlabs/gostatsd
command: gostatsd --backends=graphite --config-path=/etc/gostatsd/gostatsd.toml
ports:
- "8125:8125/udp"
- "8126:8126/tcp"
- "8181:8181/tcp"
volumes:
- ./data:/etc/gostatsd
external_links:
- graphite_graphite_1:graphite
restart: unless-stopped