🌐
GitHub
github.com › sameersbn › docker-postgresql
GitHub - sameersbn/docker-postgresql: Dockerfile to build a PostgreSQL container image which can be linked to other containers. · GitHub
By default connections to the PostgreSQL server need to authenticated using a password. If desired you can trust connections from the local network using the PG_TRUST_LOCALNET variable. docker run --name postgresql -itd --restart always \ --env 'PG_TRUST_LOCALNET=true' \ sameersbn/postgresql:15-20230628
Starred by 1.1K users
Forked by 470 users
Languages   Shell 90.1% | Dockerfile 9.1% | Makefile 0.8%
🌐
GitHub
github.com › docker-library › postgres
GitHub - docker-library/postgres: Docker Official Image packaging for Postgres · GitHub
This is the Git repo of the Docker "Official Image" for postgres (not to be confused with any official postgres image provided by postgres upstream).
Starred by 2.5K users
Forked by 1.2K users
Languages   Shell 56.7% | Dockerfile 43.3%
🌐
Docker
hub.docker.com › _ › postgres
postgres - Official Image | Docker Hub
... Note: the description for this image is longer than the Hub length limit of 25000, so has been trimmed. The full description can be found at https://github.com/docker-library/docs/tree/master/postgres/README.md⁠. See also docker/hub-feedback#238⁠ and docker/roadmap#475⁠.
🌐
GitHub
github.com › eea › eea.docker.postgres
GitHub - eea/eea.docker.postgres: Docker image for PostgreSQL (RelStorage ready) · GitHub
version: "2" services: postgres: image: eeacms/postgres ports: - "5432:5432" environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres POSTGRES_DBNAME: datafs zasync POSTGRES_DBUSER: zope POSTGRES_DBPASS: zope volumes: - postgres-data:/var/lib/postgresql/data volumes: postgres-data: ... $ docker run --name=master \ -e POSTGRES_USER=postgres \ -e POSTGRES_PASSWORD=postgres \ -e POSTGRES_DBNAME="datafs zasync" \ -e POSTGRES_DBUSER=zope \ -e POSTGRES_DBPASS=zope \ -e POSTGRES_CONFIG_wal_level=hot_standby \ -e POSTGRES_CONFIG_max_wal_senders=8 \ -e POSTGRES_CONFIG_wal_keep_segments=8 \ -e POSTGRES_CONFIG_hot_standby=on \ eeacms/postgres
Starred by 7 users
Forked by 11 users
Languages   Shell 90.8% | Python 5.2% | Dockerfile 4.0%
🌐
GitHub
github.com › felipewom › docker-compose-postgres
GitHub - felipewom/docker-compose-postgres: Docker-Compose with PostgreSQL for local development ready to use · GitHub
May 16, 2026 - Docker-Compose with PostgreSQL for local development ready to use - felipewom/docker-compose-postgres
Starred by 213 users
Forked by 52 users
🌐
GitHub
github.com › livingdocsIO › dockerfile-postgres
GitHub - livingdocsIO/dockerfile-postgres: Postgres 18 with wal-g. The docker image doesn't have any volume declarations and uses uid 1000 to ease the support of pg_upgrade. · GitHub
# Secured with a password, by default the image is secure docker run -d --name postgres -p 5432:5432 -v postgres:/var/lib/postgresql -e POSTGRES_PASSWORD=somepassword livingdocs/postgres:18.3
Starred by 13 users
Forked by 13 users
Languages   Shell 91.8% | Dockerfile 8.2%
🌐
GitHub
github.com › docker-library › docs › blob › master › postgres › README.md
docs/postgres/README.md at master · docker-library/docs
The postgres database is a default database meant for use by users, utilities and third party applications. ... $ docker run -it --rm --network some-network postgres psql -h some-postgres -U postgres psql (14.3) Type "help" for help. postgres=# ...
Author   docker-library
🌐
GitHub
github.com › pgautoupgrade › docker-pgautoupgrade
GitHub - pgautoupgrade/docker-pgautoupgrade: A PostgreSQL Docker container that automatically upgrades your database · GitHub
If you just want to perform the upgrade without running PostgreSQL afterwards, then you can use "One Shot" mode. To do that, add an environment variable called PGAUTO_ONESHOT (equal to yes) when you run the container. Like this: $ docker run --name pgauto -it \ --mount type=bind,source=/path/to/your/database/directory,target=/var/lib/postgresql/data \ -e POSTGRES_PASSWORD=password \ -e PGAUTO_ONESHOT=yes \ <NAME_OF_THE_PGAUTOUPGRADE_IMAGE>
Starred by 1.2K users
Forked by 32 users
Languages   Shell 96.6% | Makefile 3.4%
🌐
GitHub
github.com › asaikali › docker-compose-postgres
GitHub - asaikali/docker-compose-postgres: Developer friendly docker-compose Postgres Setup · GitHub
Developer friendly docker-compose Postgres Setup. Contribute to asaikali/docker-compose-postgres development by creating an account on GitHub.
Starred by 79 users
Forked by 29 users
Languages   Shell 70.8% | Java 29.2%
🌐
GitHub
github.com › ghusta › docker-postgres-world-db
GitHub - ghusta/docker-postgres-world-db: Example Database for PostgreSQL : World DB · GitHub
Example Database for PostgreSQL : World DB. Contribute to ghusta/docker-postgres-world-db development by creating an account on GitHub.
Starred by 46 users
Forked by 36 users
Languages   PLpgSQL 77.4% | Dockerfile 11.7% | Shell 10.9%
Find elsewhere
🌐
GitHub
github.com › andreagrandi › postgresql-docker
GitHub - andreagrandi/postgresql-docker: Docker image for PostgreSQL
Docker image for PostgreSQL · Get it running: $ docker-compose up · Testing the running PostgreSQL · To test the running container we can use any client, even the commandline one: psql -h localhost -p 5432 -U pguser -W pgdb · When you are ...
Starred by 34 users
Forked by 36 users
🌐
GitHub
github.com › GoogleCloudPlatform › postgresql-docker
GitHub - GoogleCloudPlatform/postgresql-docker · GitHub
Contribute to GoogleCloudPlatform/postgresql-docker development by creating an account on GitHub.
Starred by 53 users
Forked by 24 users
🌐
GitHub
github.com › puppetlabs › docker-postgres
GitHub - puppetlabs/docker-postgres: Docker Official Image packaging for Postgres · GitHub
This is the Git repo of the Docker "Official Image" for postgres (not to be confused with any official postgres image provided by postgres upstream).
Author   puppetlabs
🌐
GitHub
github.com › topics › docker-postgresql
docker-postgresql · GitHub Topics · GitHub
Docker container image to Backup, Restore and Migrate PostgreSQL database to Local, AWS S3, FTP, SFTP, SSH remote Server, or Azure Blob Storage.
🌐
GitHub
github.com › topics › postgres-docker
postgres-docker · GitHub Topics · GitHub
A fully automated Postgres container with a Fastify server for API calls. Everything happens inside Docker. No need to install software on your computer. ... Ready-to-use PostgreSQL development environment with Docker.
🌐
GitHub
github.com › zseta › postgres-docker-samples
GitHub - zseta/postgres-docker-samples: PostgreSQL database samples with Docker · GitHub
PostgreSQL database samples with Docker. Contribute to zseta/postgres-docker-samples development by creating an account on GitHub.
Starred by 6 users
Forked by 2 users
Languages   Shell 63.6% | Dockerfile 36.4%
🌐
GitHub
github.com › romeOz › docker-postgresql
GitHub - romeOz/docker-postgresql: PostgreSQL container image which can be linked to other containers.
The backup is made over a regular PostgreSQL connection, and uses the replication protocol (used pg_basebackup). ... docker network create pg_net docker run --name='psql-master' -d \ --net pg_net -e 'PG_MODE=master' \ -e 'DB_NAME=dbname' \ -e 'PG_TRUST_LOCALNET=true' \ romeoz/docker-postgresql
Starred by 22 users
Forked by 15 users
Languages   Shell 94.5% | Dockerfile 5.5% | Shell 94.5% | Dockerfile 5.5%
🌐
GitHub
github.com › bokysan › postgresql
GitHub - bokysan/postgresql: Dockerfile to build a PostgreSQL container image which can be linked to other containers. · GitHub
By default connections to the PostgreSQL server need to authenticated using a password. If desired you can trust connections from the local network using the PG_TRUST_LOCALNET variable. docker run --name postgresql -itd --restart always \ --env 'PG_TRUST_LOCALNET=true' \ boky/postgresql
Author   bokysan
🌐
GitHub
github.com › topics › postgresql-docker
postgresql-docker · GitHub Topics · GitHub
A dockerized preconfigured Nextcloud FPM on Raspberry Pi, using PostgreSQL, Redis, Nginx and also SSL certificated with Certbot.