Skip to content

Commit

Permalink
change to use v0.9.3 image for v0.9.3 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneliu0019 authored Oct 12, 2024
1 parent 0eeeff9 commit 4bb7828
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions deploy/all_in_one/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
- pgdata:/var/lib/postgresql/data

csghub_portal:
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_portal:v0.9.2
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_portal:v0.9.3
restart: always
depends_on:
- postgres
Expand Down Expand Up @@ -106,7 +106,7 @@ services:
ipv4_address: 192.168.100.245

csghub_server:
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
depends_on:
- postgres
- redis
Expand Down Expand Up @@ -163,7 +163,7 @@ services:


csghub_server_runner:
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
entrypoint:
- /starhub-bin/starhub
- deploy
Expand Down Expand Up @@ -201,7 +201,7 @@ services:


csghub_server_proxy:
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
entrypoint:
- /starhub-bin/starhub
- start
Expand Down Expand Up @@ -318,7 +318,7 @@ services:
ipv4_address: 192.168.100.237

account_server:
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
entrypoint:
- /starhub-bin/starhub
- accounting
Expand All @@ -343,7 +343,7 @@ services:
ipv4_address: 192.168.100.236

user_server:
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
entrypoint:
- /starhub-bin/starhub
- user
Expand Down Expand Up @@ -408,7 +408,7 @@ services:
restart: always

mirror-repo-sync:
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
entrypoint:
- /starhub-bin/starhub
- mirror
Expand All @@ -432,7 +432,7 @@ services:
ipv4_address: 192.168.100.231

mirror-lfs-sync:
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
entrypoint:
- /starhub-bin/starhub
- mirror
Expand Down

0 comments on commit 4bb7828

Please sign in to comment.