Publish EUnit/CT HTML reports to ci-reports host.

Refs EventHub/EventHubBack#62
This commit is contained in:
2026-07-27 22:48:35 +03:00
parent cd619db4a2
commit 2bfce06dbf
10 changed files with 361 additions and 4 deletions
+13
View File
@@ -90,6 +90,19 @@ services:
labels:
- "traefik.enable=true"
# ================== CI HTML reports (local runner) ==================
ci-reports:
image: nginx:1.27-alpine
volumes:
- "${CI_REPORTS_HOST_DIR:-/var/eventhub/ci-reports}:/usr/share/nginx/html:ro"
- "./ci-reports/nginx.conf:/etc/nginx/conf.d/default.conf:ro"
networks:
- eventhub-net
deploy:
replicas: 1
restart_policy:
condition: any
# ================== Admin UI ==================
admin-ui:
image: eventhub-admin-ui:latest