mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 22:07:10 +00:00
ci(deploy)!: changed proxy published port to 8010
This commit is contained in:
+1
-8
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user