mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-06-27 03:20:10 +00:00
Update docker-compose.yml
This commit is contained in:
parent
dcb8d47670
commit
cd186ae5f5
@ -1,7 +1,7 @@
|
||||
services:
|
||||
server:
|
||||
restart: always
|
||||
image: spg-registry.cn-hangzhou.cr.aliyuncs.com/spg/openspg-server:kag1
|
||||
image: spg-registry.cn-hangzhou.cr.aliyuncs.com/spg/openspg-server:latest
|
||||
container_name: release-openspg-server
|
||||
ports:
|
||||
- "8887:8887"
|
||||
@ -17,7 +17,7 @@ services:
|
||||
|
||||
mysql:
|
||||
restart: always
|
||||
image: spg-registry.cn-hangzhou.cr.aliyuncs.com/spg/openspg-mysql:kag1
|
||||
image: spg-registry.cn-hangzhou.cr.aliyuncs.com/spg/openspg-mysql:latest
|
||||
container_name: release-openspg-mysql
|
||||
environment:
|
||||
TZ: Asia/Shanghai
|
||||
@ -32,7 +32,7 @@ services:
|
||||
]
|
||||
|
||||
neo4j:
|
||||
image: spg-registry.cn-hangzhou.cr.aliyuncs.com/spg/openspg-neo4j:kag1
|
||||
image: spg-registry.cn-hangzhou.cr.aliyuncs.com/spg/openspg-neo4j:latest
|
||||
container_name: release-openspg-neo4j
|
||||
ports:
|
||||
- "7474:7474"
|
||||
|
Loading…
x
Reference in New Issue
Block a user