ci(deploy)!: changed proxy published port to 8010

This commit is contained in:
ITQ
2025-04-03 02:29:23 +03:00
parent ba78a60b46
commit 87877aac89
2 changed files with 2 additions and 9 deletions
+1 -8
View File
@@ -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
+1 -1
View File
@@ -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