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
+12 -11
View File
@@ -1,19 +1,20 @@
# Base
RUSTFS_API_PORT=14602
RUSTFS_CONSOLE_PORT=14601
# RUSTFS_API_PORT=14602
# RUSTFS_CONSOLE_PORT=14601
# Observability
GRAFANA_PORT=14603
GRAFANA_ALLOY_PORT=14606
PGADMIN_PORT=14604
VICTORIAMETRICS_PORT=14605
OTEL_GRPC_PORT=14607
OTEL_HTTP_PORT=14608
GRAFANA_PYROSCOPE_PORT=14611
# GRAFANA_PORT=14603
# GRAFANA_ALLOY_PORT=14606
# PGADMIN_PORT=14604
# VICTORIAMETRICS_PORT=14605
# OTEL_GRPC_PORT=14607
# OTEL_HTTP_PORT=14608
# GRAFANA_PYROSCOPE_PORT=14611
# Backend
DJANGO_PORT=14609
DJANGO_STATICFILES_PORT=14610
# DJANGO_PORT=14609
# DJANGO_STATICFILES_PORT=14610
# All ports commented out, because of criteries
# Proxy
CADDY_PORT=80