feat(bulider): update docker-compose.yml (#453)

Co-authored-by: 田常@蚂蚁 <zhengke.gzk@antgroup.com>
This commit is contained in:
Andy 2025-01-07 20:38:28 +08:00 committed by GitHub
parent a327d80294
commit 65b4042e8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -48,6 +48,7 @@ services:
] ]
neo4j: neo4j:
restart: always
image: spg-registry.us-west-1.cr.aliyuncs.com/spg/openspg-neo4j:latest image: spg-registry.us-west-1.cr.aliyuncs.com/spg/openspg-neo4j:latest
container_name: release-openspg-neo4j container_name: release-openspg-neo4j
ports: ports:
@ -76,7 +77,7 @@ services:
environment: environment:
MINIO_ACCESS_KEY: minio MINIO_ACCESS_KEY: minio
MINIO_SECRET_KEY: minio@openspg MINIO_SECRET_KEY: minio@openspg
TZ: Asia/Shanghaicd TZ: Asia/Shanghai
ports: ports:
- 9000:9000 - 9000:9000
- 9001:9001 - 9001:9001

View File

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