mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
17 lines
376 B
YAML
17 lines
376 B
YAML
graphite:
|
|
image: vimagick/graphite
|
|
ports:
|
|
- "2003:2003/udp"
|
|
- "2003:2003"
|
|
- "2004:2004"
|
|
- "2023:2023"
|
|
- "2024:2024"
|
|
- "7002:7002"
|
|
- "8080:8080"
|
|
- "9001:9001"
|
|
volumes:
|
|
- ./data/conf:/opt/graphite/conf
|
|
- ./data/storage:/opt/graphite/storage
|
|
- ./data/storage/log/webapp:/opt/graphite/storage/log/webapp
|
|
restart: unless-stopped
|