Add sync command for neo4j, fix configuration, add neo4j to docker-compose, fix seed
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user