UNPKG

machinepack-postgresql

Version:

Structured Node.js bindings for connecting and running queries against a PostgreSQL database.

13 lines (12 loc) 191 B
adapter: build: . volumes: - .:/usr/src/app links: - postgres postgres: image: postgres:9.4 environment: - POSTGRES_PASSWORD=mp - POSTGRES_USER=mp - POSTGRES_DB=mppg