Add sync command for neo4j, fix configuration, add neo4j to docker-compose, fix seed
This commit is contained in:
parent
20f581f796
commit
4d336cefac
6 changed files with 21 additions and 1 deletions
|
@ -6,6 +6,8 @@ DB_USER=postgres
|
|||
DB_NAME=postgres
|
||||
DB_PASS=
|
||||
DB_PORT=5432
|
||||
NEO4J_HOST=neo4j
|
||||
NEO4J_PORT=7474
|
||||
|
||||
# Federation
|
||||
LOCAL_DOMAIN=example.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue