Adding missing prometheus service to local-compose
This commit is contained in:
parent
2093530f17
commit
14d54de58b
@ -49,3 +49,14 @@ nginx:
|
|||||||
- consul:consul
|
- consul:consul
|
||||||
ports:
|
ports:
|
||||||
- 80:8001
|
- 80:8001
|
||||||
|
prometheus:
|
||||||
|
extends:
|
||||||
|
file: docker-compose.yml
|
||||||
|
service: prometheus
|
||||||
|
restart: never
|
||||||
|
environment:
|
||||||
|
- CONSUL=consul
|
||||||
|
links:
|
||||||
|
- consul:consul
|
||||||
|
ports:
|
||||||
|
- 9090:9090
|
||||||
|
Loading…
Reference in New Issue
Block a user