Remove edge-broker service binding from Traefik configuration files

This commit is contained in:
Jeppe Bundgaard
2026-05-12 04:30:55 +02:00
parent aaae6c9536
commit dbc195c31d
3 changed files with 0 additions and 5 deletions
-1
View File
@@ -7,7 +7,6 @@ services:
- "${TRAEFIK_WEB_PORT:-80}:80"
- "${TRAEFIK_WEBSECURE_PORT:-443}:443"
- "${TRAEFIK_WEBSECURE_STAGING_PORT:-4433}:4433"
- "${TRAEFIK_EDGE_BROKER_PORT:-4300}:4300"
# Prometheus metrics endpoint (local dev)
- "${TRAEFIK_METRICS_PORT:-9100}:9100"
volumes:
-2
View File
@@ -3,8 +3,6 @@ entryPoints:
address: ":80"
websecure:
address: ":443"
edge-broker:
address: ":4300"
certificatesResolvers:
le:
-2
View File
@@ -3,8 +3,6 @@ entryPoints:
address: ":80"
websecure:
address: ":443"
edge-broker:
address: ":4300"
websecure-staging:
address: ":4433"
metrics: