Skip to content

Docker container for postgres that accepts remote connections from Docker IPs

Notifications You must be signed in to change notification settings

Quanticare/postgres

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

postgres-whd

Docker container for postgres that accepts remote connections from Docker IPs - all 172.17.0.1/16 IP addresses.

Sets up the database according to environment variables:

DB_NAME database

DB_USER admin

DB_PASS password

To use:

docker run -d -e DB_NAME=db -e DB_USER=admin -e DB_PASS=password quay.io/quanticare/postgres

About

Docker container for postgres that accepts remote connections from Docker IPs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%