Sign inSign up

planforfit/postgres

By planforfit

•Updated about 10 years ago

postgres image

Image
0

301

planforfit/postgres repository overview

⁠Postgres

Docker Repository on Quay

This is Codemy's Postgres with PgTune configs

see the config files for different settings used

⁠Usage

By default it will use the 1gb-ram.conf file

docker run --name <name>-postgres \
           --volume /host/data/path:/var/lib/postgresql/data \
           --publish 5432:5432 \
           --detach \
           codemy/postgres:latest \
           postgres -c config_file=/configs/1gb-ram.conf

Tag summary

Content type

Image

Digest

Size

96 MB

Last updated

about 10 years ago

docker pull planforfit/postgres