1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/statsd/docker-compose.yml

11 lines
213 B
YAML
Raw Normal View History

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