We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3d4bf commit 6263e35Copy full SHA for 6263e35
.github/workflows/release_self_hosted_images.yml
@@ -14,6 +14,8 @@ jobs:
14
image: ghcr.io/get-convex/convex-backend:latest
15
env:
16
ACTIONS_USER_TIMEOUT_SECS: "20"
17
+ CONVEX_CLOUD_ORIGIN: "http://127.0.0.1:3210"
18
+ CONVEX_SITE_ORIGIN: "http://127.0.0.1:3211"
19
ports:
20
- "3210:3210" # Backend API
21
- "3211:3211" # Site proxy
0 commit comments