chore(): disable all ports except of 80
This commit is contained in:
@@ -15,13 +15,13 @@ services:
|
||||
start_period: 5s
|
||||
start_interval: 2s
|
||||
retries: 5
|
||||
ports:
|
||||
- name: web
|
||||
target: 3000
|
||||
published: ${GRAFANA_PORT}
|
||||
host_ip: 127.0.0.1
|
||||
protocol: tcp
|
||||
app_protocol: http
|
||||
# ports:
|
||||
# - name: web
|
||||
# target: 3000
|
||||
# published: ${GRAFANA_PORT}
|
||||
# host_ip: 127.0.0.1
|
||||
# protocol: tcp
|
||||
# app_protocol: http
|
||||
networks:
|
||||
- default
|
||||
profiles:
|
||||
@@ -45,17 +45,17 @@ services:
|
||||
configs:
|
||||
- source: otel_collector_config
|
||||
target: /etc/otelcol-contrib/config.yaml
|
||||
ports:
|
||||
- name: otlp-grpc
|
||||
target: 4317
|
||||
published: ${OTEL_GRPC_PORT}
|
||||
host_ip: 127.0.0.1
|
||||
protocol: tcp
|
||||
- name: otlp-http
|
||||
target: 4318
|
||||
published: ${OTEL_HTTP_PORT}
|
||||
host_ip: 127.0.0.1
|
||||
protocol: tcp
|
||||
# ports:
|
||||
# - name: otlp-grpc
|
||||
# target: 4317
|
||||
# published: ${OTEL_GRPC_PORT}
|
||||
# host_ip: 127.0.0.1
|
||||
# protocol: tcp
|
||||
# - name: otlp-http
|
||||
# target: 4318
|
||||
# published: ${OTEL_HTTP_PORT}
|
||||
# host_ip: 127.0.0.1
|
||||
# protocol: tcp
|
||||
networks:
|
||||
- default
|
||||
profiles:
|
||||
@@ -166,13 +166,13 @@ services:
|
||||
start_period: 5s
|
||||
start_interval: 2s
|
||||
retries: 5
|
||||
ports:
|
||||
- name: web
|
||||
target: 8428
|
||||
published: ${VICTORIAMETRICS_PORT}
|
||||
host_ip: 127.0.0.1
|
||||
protocol: tcp
|
||||
app_protocol: http
|
||||
# ports:
|
||||
# - name: web
|
||||
# target: 8428
|
||||
# published: ${VICTORIAMETRICS_PORT}
|
||||
# host_ip: 127.0.0.1
|
||||
# protocol: tcp
|
||||
# app_protocol: http
|
||||
networks:
|
||||
- default
|
||||
profiles:
|
||||
@@ -259,13 +259,13 @@ services:
|
||||
start_period: 5s
|
||||
start_interval: 2s
|
||||
retries: 5
|
||||
ports:
|
||||
- name: web
|
||||
target: 80
|
||||
published: ${PGADMIN_PORT}
|
||||
host_ip: 127.0.0.1
|
||||
protocol: tcp
|
||||
app_protocol: http
|
||||
# ports:
|
||||
# - name: web
|
||||
# target: 80
|
||||
# published: ${PGADMIN_PORT}
|
||||
# host_ip: 127.0.0.1
|
||||
# protocol: tcp
|
||||
# app_protocol: http
|
||||
networks:
|
||||
- default
|
||||
profiles:
|
||||
|
||||
Reference in New Issue
Block a user