{"id":24884564,"url":"https://github.com/grmvoid/docker-postgres","last_synced_at":"2025-10-28T23:41:49.256Z","repository":{"id":197129398,"uuid":"697576305","full_name":"grmvoid/docker-postgres","owner":"grmvoid","description":"🐳 Docker image for Postgres","archived":false,"fork":false,"pushed_at":"2025-02-21T04:12:22.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T05:19:44.996Z","etag":null,"topics":["docker","docker-image","docker-postgres","dockerfile","postgres"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/grmvoid/postgres","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grmvoid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"nulxrd"}},"created_at":"2023-09-28T03:00:25.000Z","updated_at":"2025-02-21T04:12:26.000Z","dependencies_parsed_at":"2024-02-02T05:26:56.861Z","dependency_job_id":"d83b5e75-7935-4f12-a031-8307168d445d","html_url":"https://github.com/grmvoid/docker-postgres","commit_stats":null,"previous_names":["bytebits9/postgres","nulldark/postgres","nulldark/containers__postgres","nuldark/postgres","nuldark/docker-postgres","nulxrd/docker-postgres","sxbrsky/docker-postgres","grmvoid/docker-postgres"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grmvoid%2Fdocker-postgres","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grmvoid%2Fdocker-postgres/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grmvoid%2Fdocker-postgres/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grmvoid%2Fdocker-postgres/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grmvoid","download_url":"https://codeload.github.com/grmvoid/docker-postgres/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245821726,"owners_count":20678076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["docker","docker-image","docker-postgres","dockerfile","postgres"],"created_at":"2025-02-01T14:29:33.392Z","updated_at":"2025-10-28T23:41:49.191Z","avatar_url":"https://github.com/grmvoid.png","language":"Dockerfile","readme":"# Postgres Docker Container Image\n\nA lightweight Postgres container image based on Alpine Linux, building with the Clang and LLVM.\n\n## Quick reference\n- **Image based on**: [alpine](https://hub.docker.com/_/alpine)\n- **Supported architectures**: `linux/amd64`, `linux/arm64`\n- **Maintained by**: [grmvoid](https://github.com/grmvoid)\n- **Issues**: [https://github.com/grmvoid/docker-postgres/issues](https://github.com/grmvoid/docker-postgres/issues?q=)\n\n## Usage\n### Pull the Image\nTo get started, pull the specify a version Postgres image:\n```bash\n  docker pull grmvoid/postgres:17.2\n```\n\n### Running a Container\nYou can run the Postgres container using the following command:\n```bash\n  docker run --name postgres grmvoid/postgres:17.2\n```\n\n### Running via [`docker-compose`](https://github.com/docker/compose)\nExample `docker-compose.yml` for `postgres`:\n```yaml\nservices:\n  postgres:\n    image: grmvoid/postgres:17.2\n    restart: always\n    ports:\n      - \"5432:5432\"\n```\n\n## Environment Variables\nThe postgres image uses several environment variables which are easy to miss.\n\n| Variable | Default Value | Description |\n|----------|---------------|-------------|\n| `PGDATA` |               |             |\n\n## LICENSE\nView [Postgres License](https://www.postgresql.org/about/licence/)  information for the software contained in this image. Individual dependencies may have their own licensing terms.\n\nAdditionally, the contents of this repository are licensed under the [MIT License](LICENSE).","funding_links":["https://github.com/sponsors/nulxrd"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrmvoid%2Fdocker-postgres","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrmvoid%2Fdocker-postgres","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrmvoid%2Fdocker-postgres/lists"}