A non-official documize docker container
An example docker-compose
file is included in the _examples directory.
-
Change the username-password details in
env.list
file -
Make persistent volume for the
postgres
container using this command:docker volume create --name=pgdata
-
Now run
docker-compose -f _examples/docker-compose.yml