File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11services :
22 backend :
3- image : ghcr.io/get-convex/convex-backend:00bd92723422f3bff968230c94ccdeb8c1719832
3+ # Change this to :${REV} if you want to pin to a specific version
4+ image : ghcr.io/get-convex/convex-backend:latest
45 stop_grace_period : 10s
56 stop_signal : SIGINT
67 ports :
@@ -43,7 +44,8 @@ services:
4344 start_period : 10s
4445
4546 dashboard :
46- image : ghcr.io/get-convex/convex-dashboard:33cef775a8a6228cbacee4a09ac2c4073d62ed13
47+ # Change this to :${REV} if you want to pin to a specific version
48+ image : ghcr.io/get-convex/convex-dashboard:latest
4749 stop_grace_period : 10s
4850 stop_signal : SIGINT
4951 ports :
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ app = 'convex-backend'
77primary_region = ' iad'
88
99[build ]
10- image = ' ghcr.io/get-convex/convex-backend:00bd92723422f3bff968230c94ccdeb8c1719832'
10+ # Change this to :${REV} if you want to pin to a specific version
11+ image = ' ghcr.io/get-convex/convex-backend:latest'
1112
1213[env ]
1314TMPDIR = ' /convex/data/tmp'
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ app = 'convex-dashboard'
77primary_region = ' iad'
88
99[build ]
10- image = ' ghcr.io/get-convex/convex-dashboard:00bd92723422f3bff968230c94ccdeb8c1719832'
10+ # Change this to :${REV} if you want to pin to a specific version
11+ image = ' ghcr.io/get-convex/convex-dashboard:latest'
1112
1213[[services ]]
1314protocol = ' tcp'
You can’t perform that action at this time.
0 commit comments