From a379cf741558902b1a88d62911b7a8af37d20896 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sat, 10 Jan 2026 12:33:21 +0100 Subject: [PATCH] updated script to start calcom properly --- booking-system/booking.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/booking-system/booking.yaml b/booking-system/booking.yaml index d7812d5..cbdd75b 100644 --- a/booking-system/booking.yaml +++ b/booking-system/booking.yaml @@ -231,7 +231,7 @@ spec: fi done echo "Starting Cal.com..." - exec yarn start + exec /calcom/scripts/start.sh env: # License (empty for AGPL, set key for enterprise features) - name: CALCOM_LICENSE_KEY @@ -249,7 +249,11 @@ spec: value: "https://booking.dooplex.hu/api/auth" - name: NEXT_PUBLIC_API_V2_URL value: "https://booking.dooplex.hu/api/v2" - + - name: NEXTAUTH_COOKIE_DOMAIN + value: ".dooplex.hu" + - name: NEXT_PUBLIC_EMBED_LIB_URL + value: "https://booking.dooplex.hu/embed/embed.js" + # Database - using shared PostgreSQL - name: DB_USER valueFrom: