↧
Answer by d1ll1nger for Create Docker image for NodeJS + PostgreSQL web...
Check your pg_hba.conf in $PGDATA allows connections from node.js. By default the pg_hba.conf is like so: # TYPE DATABASE USER ADDRESS METHOD # "local" is for Unix domain socket connections only local...
View ArticleCreate Docker image for NodeJS + PostgreSQL web application
I've been reading Docker's documentation, but I can't get around creating an image that will work. I have a NodeJS application that uses PostgreSQL as database: var connectionString =...
View Article