File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- version : " 3"
2
-
3
1
services :
4
2
backend :
5
3
image : ghcr.io/get-convex/self-hosted-backend:latest
@@ -9,10 +7,10 @@ services:
9
7
volumes :
10
8
- data:/convex/data
11
9
environment :
12
- - INSTANCE_NAME=${INSTANCE_NAME}
13
- - INSTANCE_SECRET=${INSTANCE_SECRET}
14
- - CONVEX_RELEASE_VERSION_DEV=${CONVEX_RELEASE_VERSION_DEV}
15
- - ACTIONS_USER_TIMEOUT_SECS=${ACTIONS_USER_TIMEOUT_SECS}
10
+ - INSTANCE_NAME=${INSTANCE_NAME:- }
11
+ - INSTANCE_SECRET=${INSTANCE_SECRET:- }
12
+ - CONVEX_RELEASE_VERSION_DEV=${CONVEX_RELEASE_VERSION_DEV:- }
13
+ - ACTIONS_USER_TIMEOUT_SECS=${ACTIONS_USER_TIMEOUT_SECS:- }
16
14
- CONVEX_CLOUD_ORIGIN=${URL_BASE:-http://127.0.0.1}:${PORT:-3210}
17
15
- CONVEX_SITE_ORIGIN=${URL_BASE:-http://127.0.0.1}:${SITE_PROXY_PORT:-3211}
18
16
container_name : convex-local-backend
You can’t perform that action at this time.
0 commit comments