1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-29 18:21:24 +00:00
dockerfiles/graphite/docker-compose.yml

14 lines
267 B
YAML
Raw Normal View History

2017-03-11 10:05:03 +00:00
graphite:
image: vimagick/graphite
ports:
2017-06-28 10:03:57 +00:00
- "2003:2003"
2018-01-27 08:21:07 +00:00
- "2003:2003/udp"
2017-06-28 10:03:57 +00:00
- "2004:2004"
- "7002:7002"
- "8080:8080"
- "9001:9001"
2017-03-11 10:31:59 +00:00
volumes:
2018-01-24 07:30:34 +00:00
- ./data/conf:/opt/graphite/conf
- ./data/storage:/opt/graphite/storage
2017-03-11 10:05:03 +00:00
restart: always