- Corrections for setting up the test environment
- Correction of some bugs discovered
This commit is contained in:
@@ -375,6 +375,9 @@ services:
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus:latest
|
||||
build:
|
||||
context: ./prometheus
|
||||
dockerfile: Dockerfile
|
||||
container_name: prometheus
|
||||
ports:
|
||||
- "9090:9090"
|
||||
@@ -401,6 +404,9 @@ services:
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana:latest
|
||||
build:
|
||||
context: ./grafana
|
||||
dockerfile: Dockerfile
|
||||
container_name: grafana
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
||||
Reference in New Issue
Block a user