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

17 lines
376 B
YAML
Raw Normal View History

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