1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-26 00:38:37 +00:00
dockerfiles/statsd/docker-compose.yml

11 lines
213 B
YAML
Raw Normal View History

2017-06-28 10:03:57 +00:00
statsd:
image: vimagick/statsd
ports:
- "8126:8126/tcp"
2020-08-25 09:39:13 +00:00
- "8125:8125/udp"
2019-06-07 12:51:48 +00:00
volumes:
- ./data/config.js:/opt/statsd/config.js
2019-06-05 11:15:45 +00:00
external_links:
- graphite_graphite_1:graphite
2017-06-28 10:03:57 +00:00
restart: always