Adding missing prometheus service to local-compose

This commit is contained in:
Tom Gallacher 2017-01-25 13:38:28 +00:00
parent 2093530f17
commit 14d54de58b
1 changed files with 11 additions and 0 deletions

View File

@ -49,3 +49,14 @@ nginx:
- consul:consul
ports:
- 80:8001
prometheus:
extends:
file: docker-compose.yml
service: prometheus
restart: never
environment:
- CONSUL=consul
links:
- consul:consul
ports:
- 9090:9090