Skip to content

Commit

Permalink
Update tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
hiveer committed Sep 26, 2024
1 parent b0ded48 commit b33440b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions deploy/all_in_one/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
- ./auth:/auth
networks:
opencsg:
ipv4_address: 192.168.100.247
ipv4_address: 192.168.100.247
environment:
REGISTRY_AUTH: "htpasswd"
REGISTRY_AUTH_HTPASSWD_REALM: "Registry Realm"
Expand All @@ -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,12 +106,12 @@ 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
- gitaly
- gitlab-shell
- gitlab-shell
- natsmaster
environment:
STARHUB_DATABASE_DSN: postgresql://postgres:sdfa23Sh!322@postgres:5432/starhub_server?sslmode=disable
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.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 @@ -200,7 +200,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 @@ -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.2
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
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.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 @@ -386,7 +386,7 @@ services:
- postgres
networks:
opencsg:
ipv4_address: 192.168.100.234
ipv4_address: 192.168.100.234
environment:
RUNNING_IN_DOCKER: "true"
volumes:
Expand Down

0 comments on commit b33440b

Please sign in to comment.