From 60a1bfcfc18bbbfcc894d24c3ba9e5a83886cc24 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Thu, 16 Jan 2025 17:21:51 +0100 Subject: [PATCH] Enable UDP port for relay service - This allows support for QUIC protocol on relay - Disabled debug logs for Caddy configuration --- infrastructure_files/docker-compose.yml.tmpl | 1 + infrastructure_files/getting-started-with-zitadel.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure_files/docker-compose.yml.tmpl b/infrastructure_files/docker-compose.yml.tmpl index b7904fb5b..ba474f165 100644 --- a/infrastructure_files/docker-compose.yml.tmpl +++ b/infrastructure_files/docker-compose.yml.tmpl @@ -61,6 +61,7 @@ services: - NB_AUTH_SECRET=$NETBIRD_RELAY_AUTH_SECRET ports: - $NETBIRD_RELAY_PORT:$NETBIRD_RELAY_PORT + - $NETBIRD_RELAY_PORT:$NETBIRD_RELAY_PORT/udp logging: driver: "json-file" options: diff --git a/infrastructure_files/getting-started-with-zitadel.sh b/infrastructure_files/getting-started-with-zitadel.sh index 9b80058c2..24ec54805 100644 --- a/infrastructure_files/getting-started-with-zitadel.sh +++ b/infrastructure_files/getting-started-with-zitadel.sh @@ -528,7 +528,7 @@ initEnvironment() { renderCaddyfile() { cat <