fix(service): set correct SERVICE_HEX magic env for Convex INSTANCE_SECRET

This commit is contained in:
ShadowArcanist 2026-05-09 19:26:30 +05:30
parent 13077db1d8
commit 02373e1b3e
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ services:
environment:
- SERVICE_URL_BACKEND_3210
- INSTANCE_NAME=${INSTANCE_NAME:-self-hosted-convex}
- INSTANCE_SECRET=${SERVICE_HEX_32_SECRET}
- INSTANCE_SECRET=${SERVICE_HEX_64_SECRET}
- CONVEX_RELEASE_VERSION_DEV=${CONVEX_RELEASE_VERSION_DEV:-}
- ACTIONS_USER_TIMEOUT_SECS=${ACTIONS_USER_TIMEOUT_SECS:-}
# URL of the Convex API as accessed by the client/frontend.