Skip to content

Commit 4bb7828

Browse files
authored
change to use v0.9.3 image for v0.9.3 tag
1 parent 0eeeff9 commit 4bb7828

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

deploy/all_in_one/docker-compose.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ services:
7777
- pgdata:/var/lib/postgresql/data
7878

7979
csghub_portal:
80-
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_portal:v0.9.2
80+
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_portal:v0.9.3
8181
restart: always
8282
depends_on:
8383
- postgres
@@ -106,7 +106,7 @@ services:
106106
ipv4_address: 192.168.100.245
107107

108108
csghub_server:
109-
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
109+
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
110110
depends_on:
111111
- postgres
112112
- redis
@@ -163,7 +163,7 @@ services:
163163

164164

165165
csghub_server_runner:
166-
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
166+
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
167167
entrypoint:
168168
- /starhub-bin/starhub
169169
- deploy
@@ -201,7 +201,7 @@ services:
201201

202202

203203
csghub_server_proxy:
204-
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
204+
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
205205
entrypoint:
206206
- /starhub-bin/starhub
207207
- start
@@ -318,7 +318,7 @@ services:
318318
ipv4_address: 192.168.100.237
319319

320320
account_server:
321-
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
321+
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
322322
entrypoint:
323323
- /starhub-bin/starhub
324324
- accounting
@@ -343,7 +343,7 @@ services:
343343
ipv4_address: 192.168.100.236
344344

345345
user_server:
346-
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
346+
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
347347
entrypoint:
348348
- /starhub-bin/starhub
349349
- user
@@ -408,7 +408,7 @@ services:
408408
restart: always
409409

410410
mirror-repo-sync:
411-
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
411+
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
412412
entrypoint:
413413
- /starhub-bin/starhub
414414
- mirror
@@ -432,7 +432,7 @@ services:
432432
ipv4_address: 192.168.100.231
433433

434434
mirror-lfs-sync:
435-
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
435+
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
436436
entrypoint:
437437
- /starhub-bin/starhub
438438
- mirror

0 commit comments

Comments
 (0)