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
0253af6cd2
commit
b03c0acfd8
@ -10,11 +10,16 @@ services:
|
||||
- neo4j
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
environment:
|
||||
TZ: Asia/Shanghai
|
||||
LANG: C.UTF-8
|
||||
command: [
|
||||
"java",
|
||||
"-Dfile.encoding=UTF-8",
|
||||
"-Xms4096m",
|
||||
"-Xmx4096m",
|
||||
"-jar",
|
||||
"arks-sofaboot-0.0.1-SNAPSHOT-executable.jar",
|
||||
'--server.repository.impl.jdbc.host=mysql',
|
||||
'--server.repository.impl.jdbc.password=openspg',
|
||||
'--cloudext.graphstore.url=neo4j://release-openspg-neo4j:7687?user=neo4j&password=neo4j@openspg&database=neo4j',
|
||||
@ -27,7 +32,6 @@ services:
|
||||
container_name: release-openspg-mysql
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
environment:
|
||||
TZ: Asia/Shanghai
|
||||
LANG: C.UTF-8
|
||||
@ -59,7 +63,4 @@ services:
|
||||
- NEO4J_dbms_security_procedures_allowlist=*
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- $HOME/dozerdb/data:/data
|
||||
- $HOME/dozerdb/logs:/logs
|
||||
- $HOME/dozerdb/import:/var/lib/neo4j/import
|
||||
|
Loading…
x
Reference in New Issue
Block a user