Попытка внедрить statsd

This commit is contained in:
ErickSkrauch
2016-08-26 22:08:53 +03:00
parent 34179ae1fe
commit a0d940f8cd
6 changed files with 33 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ services:
links:
- redis
- rabbitmq
- statsd
redis:
extends:
@@ -21,3 +22,10 @@ services:
extends:
file: docker-compose.base.yml
service: rabbitmq
statsd:
extends:
file: docker-compose.base.yml
service: statsd
ports:
- "8123:80"