From 87877aac894db1e4fc835a8fe9ee4c1a3e25968b Mon Sep 17 00:00:00 2001 From: ITQ Date: Thu, 3 Apr 2025 02:29:23 +0300 Subject: [PATCH] ci(deploy)!: changed proxy published port to 8010 --- compose.yaml | 9 +-------- tests/e2e/README.md | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/compose.yaml b/compose.yaml index fbed060..d9a1e5c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -417,17 +417,10 @@ services: configs: - source: nginx_config target: /etc/nginx/nginx.conf - healthcheck: - test: ["CMD", "service", "nginx", "status", "||", " exit 1"] - interval: 1m30s - timeout: 5s - start_period: 15s - start_interval: 2s - retries: 5 ports: - name: web-insecure target: 80 - published: 14000 + published: 8010 host_ip: 127.0.0.1 protocol: tcp restart: unless-stopped diff --git a/tests/e2e/README.md b/tests/e2e/README.md index 72d104d..fac55dc 100644 --- a/tests/e2e/README.md +++ b/tests/e2e/README.md @@ -11,7 +11,7 @@ Ensure you have the following installed on your system: ## Warning -Plese note that containers will use ports from 13241 to 13245 and 8080, so there is must be no listeners on this ports range. +Plese note that containers will use ports from 8000 to 8010, so there is must be no listeners on this ports range. ## Clone the project