chore(deploy): changed all exposed services interface to loopback

This commit is contained in:
ITQ
2025-04-02 18:44:01 +03:00
parent cc90e5c334
commit 0bf9134947
+10 -19
View File
@@ -144,7 +144,7 @@ services:
- name: web - name: web
target: 80 target: 80
published: 8002 published: 8002
host_ip: 0.0.0.0 host_ip: 127.0.0.1
protocol: tcp protocol: tcp
restart: unless-stopped restart: unless-stopped
@@ -257,7 +257,7 @@ services:
- name: web - name: web
target: 80 target: 80
published: 8003 published: 8003
host_ip: 0.0.0.0 host_ip: 127.0.0.1
protocol: tcp protocol: tcp
restart: unless-stopped restart: unless-stopped
secrets: secrets:
@@ -286,7 +286,7 @@ services:
- name: web - name: web
target: 3000 target: 3000
published: 8004 published: 8004
host_ip: 0.0.0.0 host_ip: 127.0.0.1
protocol: tcp protocol: tcp
restart: unless-stopped restart: unless-stopped
shm_size: 4mb shm_size: 4mb
@@ -320,12 +320,12 @@ services:
- name: api - name: api
target: 9000 target: 9000
published: 8005 published: 8005
host_ip: 0.0.0.0 host_ip: 127.0.0.1
protocol: tcp protocol: tcp
- name: console - name: console
target: 9001 target: 9001
published: 8006 published: 8006
host_ip: 0.0.0.0 host_ip: 127.0.0.1
protocol: tcp protocol: tcp
restart: unless-stopped restart: unless-stopped
volumes: volumes:
@@ -351,7 +351,7 @@ services:
- name: web - name: web
target: 9090 target: 9090
published: 8007 published: 8007
host_ip: 0.0.0.0 host_ip: 127.0.0.1
protocol: tcp protocol: tcp
restart: unless-stopped restart: unless-stopped
shm_size: 4mb shm_size: 4mb
@@ -369,7 +369,7 @@ services:
- name: web - name: web
target: 3000 target: 3000
published: 8008 published: 8008
host_ip: 0.0.0.0 host_ip: 127.0.0.1
protocol: tcp protocol: tcp
restart: unless-stopped restart: unless-stopped
shm_size: 4mb shm_size: 4mb
@@ -401,7 +401,7 @@ services:
- name: web - name: web
target: 8000 target: 8000
published: 8009 published: 8009
host_ip: 0.0.0.0 host_ip: 127.0.0.1
protocol: tcp protocol: tcp
restart: unless-stopped restart: unless-stopped
volumes: volumes:
@@ -427,18 +427,9 @@ services:
ports: ports:
- name: web-insecure - name: web-insecure
target: 80 target: 80
published: 80 published: 14000
host_ip: 0.0.0.0 host_ip: 127.0.0.1
protocol: tcp protocol: tcp
- name: web-secure
target: 443
published: 443
host_ip: 0.0.0.0
protocol: tcp
volumes:
- type: bind
source: ./infrastructure/ssl
target: /etc/nginx/certs
restart: unless-stopped restart: unless-stopped
volumes: volumes: