Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 468 Bytes

File metadata and controls

7 lines (6 loc) · 468 Bytes

SimpleDockerComposePostgress

Simple example of dockerized postgres database

docker-compose uses two images: postgres:9.6 and adminer: latest, and its initialiced with a simple table with a list of famouse scientifics. The example is based on DockerHub Postgres image https://github.com/docker-library/docs/blob/master/postgres/README.md It creates a volume named 'dbdataciencias' whcih keeps the database. The database is initialized with files in initdb/ folder.