updated script to start calcom properly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user