mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-06-27 03:20:10 +00:00
feat(bulider): update docker-compose.yml (#453)
Co-authored-by: 田常@蚂蚁 <zhengke.gzk@antgroup.com>
This commit is contained in:
parent
a327d80294
commit
65b4042e8f
@ -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:
|
||||
@ -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
|
||||
|
@ -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:
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user