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

12 lines
190 B
YAML
Raw Normal View History

2017-03-11 10:05:03 +00:00
graphite:
image: vimagick/graphite
ports:
- 2003:2003
- 2004:2004
- 7002:7002
- 8080:8080
- 9001:9001
2017-03-11 10:31:59 +00:00
volumes:
- ./data:/opt/graphite/storage
2017-03-11 10:05:03 +00:00
restart: always