mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
update statsd
This commit is contained in:
parent
be1c55abaa
commit
c59bef13f5
@ -13,20 +13,8 @@ statsd:
|
||||
ports:
|
||||
- "8125:8125/udp"
|
||||
- "8126:8126/tcp"
|
||||
links:
|
||||
- graphite
|
||||
restart: always
|
||||
|
||||
graphite:
|
||||
image: vimagick/graphite
|
||||
ports:
|
||||
- "2003:2003"
|
||||
- "2004:2004"
|
||||
- "7002:7002"
|
||||
- "8080:8080"
|
||||
- "9001:9001"
|
||||
volumes:
|
||||
- ./data:/opt/graphite/storage
|
||||
external_links:
|
||||
- graphite_graphite_1:graphite
|
||||
restart: always
|
||||
```
|
||||
|
||||
|
@ -3,18 +3,6 @@ statsd:
|
||||
ports:
|
||||
- "8125:8125/udp"
|
||||
- "8126:8126/tcp"
|
||||
links:
|
||||
- graphite
|
||||
restart: always
|
||||
|
||||
graphite:
|
||||
image: vimagick/graphite
|
||||
ports:
|
||||
- "2003:2003"
|
||||
- "2004:2004"
|
||||
- "7002:7002"
|
||||
- "8080:8080"
|
||||
- "9001:9001"
|
||||
volumes:
|
||||
- ./data:/opt/graphite/storage
|
||||
external_links:
|
||||
- graphite_graphite_1:graphite
|
||||
restart: always
|
||||
|
Loading…
Reference in New Issue
Block a user