Publish EUnit/CT HTML reports to ci-reports host.
Refs EventHub/EventHubBack#62
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user