Skip to content

Commit 28975e0

Browse files
nipunn1313Convex, Inc.
authored andcommitted
Use latest tags on docker-compose and backend/dashboard (#40947)
Streamline self-hosted release instructions further GitOrigin-RevId: 9fc9a6da6a7d79be162f05423755dff971ca968f
1 parent 4d3b0a5 commit 28975e0

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

self-hosted/docker/docker-compose.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
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:

self-hosted/fly/backend/fly.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ app = 'convex-backend'
77
primary_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]
1314
TMPDIR = '/convex/data/tmp'

self-hosted/fly/dashboard/fly.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ app = 'convex-dashboard'
77
primary_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]]
1314
protocol = 'tcp'

0 commit comments

Comments
 (0)