1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/graphite/docker-compose.yml

13 lines
245 B
YAML
Raw Normal View History

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