1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-18 04:58:52 +02:00
dockerfiles/graphite/docker-compose.yml

17 lines
376 B
YAML
Raw Normal View History

2017-03-11 18:05:03 +08:00
graphite:
image: vimagick/graphite
ports:
2018-01-27 16:21:07 +08:00
- "2003:2003/udp"
2018-11-08 11:04:08 +08:00
- "2003:2003"
2017-06-28 18:03:57 +08:00
- "2004:2004"
2018-11-05 17:34:16 +08:00
- "2023:2023"
- "2024:2024"
2017-06-28 18:03:57 +08:00
- "7002:7002"
2020-03-24 16:27:11 +08:00
- "8080:8080"
2017-06-28 18:03:57 +08:00
- "9001:9001"
2017-03-11 18:31:59 +08:00
volumes:
2018-01-24 15:30:34 +08:00
- ./data/conf:/opt/graphite/conf
- ./data/storage:/opt/graphite/storage
2020-03-24 16:26:40 +08:00
- ./data/storage/log/webapp:/opt/graphite/storage/log/webapp
restart: unless-stopped