Browse Source

docker-compose .env keep DB_HOST as localhost
so we can simply run db:prepare and db:migrate against localhost without jumping through hoops

Mokhtar Naamani 3 years ago
parent
commit
b3ca360396
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .env

+ 1 - 1
.env

@@ -9,7 +9,7 @@ INDEXER_DB_NAME=query_node_indexer
 DB_NAME=query_node_processor
 DB_USER=postgres
 DB_PASS=postgres
-DB_HOST=db
+DB_HOST=localhost
 DB_PORT=5432
 DEBUG=index-builder:*
 TYPEORM_LOGGING=error