├── Dockerfile ├── LICENSE ├── README.md ├── pg_hba.conf ├── postgresql.conf └── run /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orchardup/docker-postgresql/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orchardup/docker-postgresql/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orchardup/docker-postgresql/HEAD/README.md -------------------------------------------------------------------------------- /pg_hba.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orchardup/docker-postgresql/HEAD/pg_hba.conf -------------------------------------------------------------------------------- /postgresql.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orchardup/docker-postgresql/HEAD/postgresql.conf -------------------------------------------------------------------------------- /run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orchardup/docker-postgresql/HEAD/run --------------------------------------------------------------------------------