This commit is contained in:
timm
2025-04-20 02:14:28 +02:00
parent 6fb253334b
commit 92bb2928e1
3 changed files with 5 additions and 93 deletions

View File

@@ -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: