a
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
||||
restart: unless-stopped
|
||||
env_file: .env-uam-prod
|
||||
ports:
|
||||
- "${APIPORT}:3000" # Web API: /status, /healthz, /run-now
|
||||
- "3033:3000" # Web API: /status, /healthz, /run-now
|
||||
volumes:
|
||||
- ./test:/app/test:ro
|
||||
- ./test-results:/app/test-results
|
||||
@@ -15,8 +15,6 @@ services:
|
||||
|
||||
pushgateway:
|
||||
image: prom/pushgateway
|
||||
ports:
|
||||
- "9091:9091"
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus
|
||||
@@ -24,14 +22,14 @@ services:
|
||||
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
|
||||
- ./data-prometheus:/prometheus
|
||||
ports:
|
||||
- "9090:9090"
|
||||
- "3031:9090"
|
||||
depends_on:
|
||||
- pushgateway
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana
|
||||
ports:
|
||||
- "3031:3000"
|
||||
- "3030:3000"
|
||||
volumes:
|
||||
- ./data-grafana:/var/lib/grafana
|
||||
- ./grafana/provisioning:/etc/grafana/provisioning
|
||||
|
||||
Reference in New Issue
Block a user