Add sync command for neo4j, fix configuration, add neo4j to docker-compose, fix seed

This commit is contained in:
Eugen Rochko
2016-10-15 12:37:43 +02:00
parent 20f581f796
commit 4d336cefac
6 changed files with 21 additions and 1 deletions

View File

@ -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