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