updated script to start calcom properly
This commit is contained in:
@@ -231,7 +231,7 @@ spec:
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
echo "Starting Cal.com..."
|
echo "Starting Cal.com..."
|
||||||
exec yarn start
|
exec /calcom/scripts/start.sh
|
||||||
env:
|
env:
|
||||||
# License (empty for AGPL, set key for enterprise features)
|
# License (empty for AGPL, set key for enterprise features)
|
||||||
- name: CALCOM_LICENSE_KEY
|
- name: CALCOM_LICENSE_KEY
|
||||||
@@ -249,7 +249,11 @@ spec:
|
|||||||
value: "https://booking.dooplex.hu/api/auth"
|
value: "https://booking.dooplex.hu/api/auth"
|
||||||
- name: NEXT_PUBLIC_API_V2_URL
|
- name: NEXT_PUBLIC_API_V2_URL
|
||||||
value: "https://booking.dooplex.hu/api/v2"
|
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
|
# Database - using shared PostgreSQL
|
||||||
- name: DB_USER
|
- name: DB_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user