diff --git a/e2e/docker-compose.yml b/e2e/docker-compose.yml index 9e1356873..a78465b23 100644 --- a/e2e/docker-compose.yml +++ b/e2e/docker-compose.yml @@ -60,10 +60,11 @@ services: thunder-setup: condition: service_completed_successfully ports: - - "8090:8090" + - "9090:8090" volumes: - thunder-db:/opt/thunder/repository/database - ./thunder-config/deployment.yaml:/opt/thunder/repository/conf/deployment.yaml:ro + - ./thunder-config/gate-config.js:/opt/thunder/apps/gate/config.js:ro healthcheck: test: ["CMD", "curl", "-k", "-f", "https://localhost:8090/health/readiness"] interval: 10s diff --git a/e2e/playwright-report-embedded/index.html b/e2e/playwright-report-embedded/index.html index 5a1660df4..5c7bc631f 100644 --- a/e2e/playwright-report-embedded/index.html +++ b/e2e/playwright-report-embedded/index.html @@ -82,4 +82,4 @@