1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/graphite/docker-compose.yml

17 lines
376 B
YAML
Raw Normal View History

2017-03-11 10:05:03 +00:00
graphite:
image: vimagick/graphite
ports:
2018-01-27 08:21:07 +00:00
- "2003:2003/udp"
2018-11-08 03:04:08 +00:00
- "2003:2003"
2017-06-28 10:03:57 +00:00
- "2004:2004"
2018-11-05 09:34:16 +00:00
- "2023:2023"
- "2024:2024"
2017-06-28 10:03:57 +00:00
- "7002:7002"
2020-03-24 08:27:11 +00:00
- "8080:8080"
2017-06-28 10:03:57 +00:00
- "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
2020-03-24 08:26:40 +00:00
- ./data/storage/log/webapp:/opt/graphite/storage/log/webapp
restart: unless-stopped