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