1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00

update statsd

This commit is contained in:
kev 2019-06-05 19:15:45 +08:00
parent be1c55abaa
commit c59bef13f5
2 changed files with 4 additions and 28 deletions

View File

@ -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
```

View File

@ -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