mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
Adding missing prometheus service to local-compose
This commit is contained in:
parent
2093530f17
commit
14d54de58b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user