Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

ivangabriele-archives/docker-postgres-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgreSQL Docker image with Node.js

img-docker img-github-actions

A Docker image including:

You can use it exactly as you would use the official PostgreSQL Docker image.

The images are automatically updated on a daily basis.

Supported tags and respective Dockerfile links

By default, Node.js v14 is installed. You can add -node16 to use Node.js v16 instead.

Contribute

Test

You need to have Bats (bats-core) installed in order to run the test files:

bats ./tests

Contributors