updated script to start calcom properly

This commit is contained in:
2026-01-10 12:33:21 +01:00
parent 2ca10e851a
commit a379cf7415
+5 -1
View File
@@ -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,6 +249,10 @@ 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