Skip to content

Commit

Permalink
Update tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
hiveer committed Sep 26, 2024
1 parent fe872c4 commit e0e4242
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.3
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_portal:v0.9.2
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.3
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
depends_on:
- postgres
- redis
Expand Down Expand Up @@ -162,7 +162,7 @@ services:


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


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

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

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

0 comments on commit e0e4242

Please sign in to comment.