mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-10 11:10:29 +02:00
12 lines
200 B
YAML
12 lines
200 B
YAML
graphite:
|
|
image: vimagick/graphite
|
|
ports:
|
|
- "2003:2003"
|
|
- "2004:2004"
|
|
- "7002:7002"
|
|
- "8080:8080"
|
|
- "9001:9001"
|
|
volumes:
|
|
- ./data:/opt/graphite/storage
|
|
restart: always
|