Using the database

Changes to the examples

The images

The commands

docker container run -d --name pg --env-file db.env postgres:9.6.6-alpine
docker container run -d --link pg --env-file app.env -p 9292:9292 jfahrer/demo_web_app

Configuring postgres

Try it out