chore(): disable all ports except of 80

This commit is contained in:
ITQ
2026-02-24 22:42:00 +03:00
parent 283fb51a25
commit 6a5007d039
4 changed files with 71 additions and 70 deletions
+13 -13
View File
@@ -80,19 +80,19 @@ services:
start_period: 5s
start_interval: 5s
retries: 3
ports:
- name: api
target: 9000
published: ${RUSTFS_API_PORT}
host_ip: 127.0.0.1
protocol: tcp
app_protocol: http
- name: console
target: 9001
published: ${RUSTFS_CONSOLE_PORT}
host_ip: 127.0.0.1
protocol: tcp
app_protocol: http
# ports:
# - name: api
# target: 9000
# published: ${RUSTFS_API_PORT}
# host_ip: 127.0.0.1
# protocol: tcp
# app_protocol: http
# - name: console
# target: 9001
# published: ${RUSTFS_CONSOLE_PORT}
# host_ip: 127.0.0.1
# protocol: tcp
# app_protocol: http
networks:
- default
restart: unless-stopped