Skip to content

Commit b33440b

Browse files
committed
Update tag version
1 parent b0ded48 commit b33440b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

deploy/all_in_one/docker-compose.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
- ./auth:/auth
5454
networks:
5555
opencsg:
56-
ipv4_address: 192.168.100.247
56+
ipv4_address: 192.168.100.247
5757
environment:
5858
REGISTRY_AUTH: "htpasswd"
5959
REGISTRY_AUTH_HTPASSWD_REALM: "Registry Realm"
@@ -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,12 +106,12 @@ 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
113113
- gitaly
114-
- gitlab-shell
114+
- gitlab-shell
115115
- natsmaster
116116
environment:
117117
STARHUB_DATABASE_DSN: postgresql://postgres:sdfa23Sh!322@postgres:5432/starhub_server?sslmode=disable
@@ -162,7 +162,7 @@ services:
162162

163163

164164
csghub_server_runner:
165-
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
165+
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
166166
entrypoint:
167167
- /starhub-bin/starhub
168168
- deploy
@@ -200,7 +200,7 @@ services:
200200

201201

202202
csghub_server_proxy:
203-
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
203+
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
204204
entrypoint:
205205
- /starhub-bin/starhub
206206
- start
@@ -316,7 +316,7 @@ services:
316316
ipv4_address: 192.168.100.237
317317

318318
account_server:
319-
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
319+
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
320320
entrypoint:
321321
- /starhub-bin/starhub
322322
- accounting
@@ -341,7 +341,7 @@ services:
341341
ipv4_address: 192.168.100.236
342342

343343
user_server:
344-
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.2
344+
image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v0.9.3
345345
entrypoint:
346346
- /starhub-bin/starhub
347347
- user
@@ -386,7 +386,7 @@ services:
386386
- postgres
387387
networks:
388388
opencsg:
389-
ipv4_address: 192.168.100.234
389+
ipv4_address: 192.168.100.234
390390
environment:
391391
RUNNING_IN_DOCKER: "true"
392392
volumes:

0 commit comments

Comments
 (0)