h
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
e2e-monitor:
|
||||
e2e-monitor-uam-prod:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
env_file: .env-uam-prod
|
||||
ports:
|
||||
- "3020:3000" # Web API: /status, /healthz, /run-now
|
||||
- "${APIPORT}:3000" # Web API: /status, /healthz, /run-now
|
||||
volumes:
|
||||
- ./test:/app/test:ro
|
||||
- ./test-results:/app/test-results
|
||||
@@ -22,6 +22,7 @@ services:
|
||||
image: prom/prometheus
|
||||
volumes:
|
||||
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
|
||||
- ./data-prometheus:/prometheus
|
||||
ports:
|
||||
- "9090:9090"
|
||||
depends_on:
|
||||
@@ -32,6 +33,7 @@ services:
|
||||
ports:
|
||||
- "3031:3000"
|
||||
volumes:
|
||||
- ./data-grafana:/var/lib/grafana
|
||||
- ./grafana/provisioning:/etc/grafana/provisioning
|
||||
- ./grafana/dashboards:/var/lib/grafana/dashboards
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user