This gist is an example of how you can simply install and run and extended Postgres using docker-compose
. It assumes that you have docker
and docker-compose
installed and running on your workstation.
- Requires
docker
anddocker-compose
- Clone via http:
git clone https://gist.github.com/b0b7e06943bd389560184d948bdc2d5b.git
- Make
load-extensions.sh
executable - Build the image:
docker-compose build
See docker-compose.yml
for details.
You can remove
environment
field in dockerfile if you are passing all the variables for db using single env fileAlso, remove
from
pg-Dockerfile
as we are passing all from env