{"id":13558920,"url":"https://github.com/orchardup/docker-postgresql","last_synced_at":"2026-03-11T23:03:56.696Z","repository":{"id":74041687,"uuid":"13445565","full_name":"orchardup/docker-postgresql","owner":"orchardup","description":"Deprecated - use the official postgres image.","archived":false,"fork":false,"pushed_at":"2014-08-05T16:01:21.000Z","size":427,"stargazers_count":103,"open_issues_count":5,"forks_count":62,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-03T14:39:27.562Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://registry.hub.docker.com/_/postgres/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orchardup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-09T15:08:25.000Z","updated_at":"2022-09-21T13:07:05.000Z","dependencies_parsed_at":"2023-02-25T15:00:54.868Z","dependency_job_id":null,"html_url":"https://github.com/orchardup/docker-postgresql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/orchardup/docker-postgresql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchardup%2Fdocker-postgresql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchardup%2Fdocker-postgresql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchardup%2Fdocker-postgresql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchardup%2Fdocker-postgresql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orchardup","download_url":"https://codeload.github.com/orchardup/docker-postgresql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchardup%2Fdocker-postgresql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30406401,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T22:36:59.286Z","status":"ssl_error","status_checked_at":"2026-03-11T22:36:57.544Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T12:05:14.108Z","updated_at":"2026-03-11T23:03:56.678Z","avatar_url":"https://github.com/orchardup.png","language":"Shell","readme":"docker-postgresql\n=================\n\n**Note:** There is now an [official Postgres image](https://registry.hub.docker.com/_/postgres/) available so this image is no longer maintained. We recommend you switch to using that image. You cannot configure its database name, username and password, but it does set up a user called `postgres` (no password) and a database called `postgres` which you can use instead.\n\nPostgreSQL 9.3 for Docker.\n\n    $ docker run -d -p 5432:5432 -e POSTGRESQL_USER=test -e POSTGRESQL_PASS=oe9jaacZLbR9pN -e POSTGRESQL_DB=test orchardup/postgresql\n    da809981545f\n    $ psql -h localhost -U test test\n    Password for user test:\n    psql (9.3.2, server 9.3.4)\n    SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256)\n    Type \"help\" for help.\n\n    test=#\n\n(Example assumes PostgreSQL client is installed on Docker host.)\n\n\n## Environment variables\n\n - `POSTGRESQL_DB`: A database that is automatically created if it doesn't exist. Default: `docker`\n - `POSTGRESQL_USER`: A user to create that has access to the database specified by `POSTGRESQL_DB`. Default: `docker`\n - `POSTGRESQL_PASS`: The password for `POSTGRESQL_USER`. Default: `docker`\n\n\n\n","funding_links":[],"categories":["Shell","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forchardup%2Fdocker-postgresql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forchardup%2Fdocker-postgresql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forchardup%2Fdocker-postgresql/lists"}