Skip to content

Commit

Permalink
feat(bulider): update docker-compose.yml (#453)
Browse files Browse the repository at this point in the history
Co-authored-by: 田常@蚂蚁 <[email protected]>
  • Loading branch information
andylau-55 and caszkgui authored Jan 7, 2025
1 parent a327d80 commit 65b4042
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dev/release/docker-compose-west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ services:
]

neo4j:
restart: always
image: spg-registry.us-west-1.cr.aliyuncs.com/spg/openspg-neo4j:latest
container_name: release-openspg-neo4j
ports:
Expand Down Expand Up @@ -76,7 +77,7 @@ services:
environment:
MINIO_ACCESS_KEY: minio
MINIO_SECRET_KEY: minio@openspg
TZ: Asia/Shanghaicd
TZ: Asia/Shanghai
ports:
- 9000:9000
- 9001:9001
Expand Down
3 changes: 2 additions & 1 deletion dev/release/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ services:
]

neo4j:
restart: always
image: spg-registry.cn-hangzhou.cr.aliyuncs.com/spg/openspg-neo4j:latest
container_name: release-openspg-neo4j
ports:
Expand Down Expand Up @@ -76,7 +77,7 @@ services:
environment:
MINIO_ACCESS_KEY: minio
MINIO_SECRET_KEY: minio@openspg
TZ: Asia/Shanghaicd
TZ: Asia/Shanghai
ports:
- 9000:9000
- 9001:9001
Expand Down

0 comments on commit 65b4042

Please sign in to comment.