{"id":19758694,"url":"https://github.com/robbinparrish/postgresql-with-extentions-deployment","last_synced_at":"2026-04-09T16:02:24.550Z","repository":{"id":222789658,"uuid":"712321971","full_name":"robbinparrish/postgresql-with-extentions-deployment","owner":"robbinparrish","description":"Docker image for postgresql with additional extentions.","archived":false,"fork":false,"pushed_at":"2023-11-01T06:13:11.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T22:50:06.141Z","etag":null,"topics":["database","docker","docker-compose","dockerfile","docs","learning","learning-project","linux","notes","postgresql","postgresql-database","postgresql-extentions"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robbinparrish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-10-31T08:36:49.000Z","updated_at":"2023-11-04T12:53:31.000Z","dependencies_parsed_at":"2024-02-16T08:49:18.010Z","dependency_job_id":null,"html_url":"https://github.com/robbinparrish/postgresql-with-extentions-deployment","commit_stats":null,"previous_names":["robbinparrish/postgresql-with-extentions-deployment"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbinparrish%2Fpostgresql-with-extentions-deployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbinparrish%2Fpostgresql-with-extentions-deployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbinparrish%2Fpostgresql-with-extentions-deployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbinparrish%2Fpostgresql-with-extentions-deployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robbinparrish","download_url":"https://codeload.github.com/robbinparrish/postgresql-with-extentions-deployment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241089697,"owners_count":19907795,"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":["database","docker","docker-compose","dockerfile","docs","learning","learning-project","linux","notes","postgresql","postgresql-database","postgresql-extentions"],"created_at":"2024-11-12T03:25:42.625Z","updated_at":"2026-04-09T16:02:19.513Z","avatar_url":"https://github.com/robbinparrish.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Docker image for postgresql with additional extentions.\n\n\n### Building the docker image.\n```\ndocker build -t postgresql:with-extentions-15-4 .\n```\n\n### Running the docker image.\n```\ndocker run -itd --restart always --name postgresql-with-extentions-15-4 \\\n\t-e POSTGRES_PASSWORD=YOUR_DB_PASSWORD \\\n\t-v ./pgsql-db/data:/var/lib/postgresql/data \\\n\t-v ./pgsql-db/log:/var/log/postgresql \\\n\tpostgresql:with-extentions-15-4\n```\n\n### Check that all the extentions are loaded.\n-  Get the container ip address.\n```\ndocker inspect postgresql-with-extentions-15-4\n```\n\n- Run psql query.\n```\ndocker run -it --rm postgresql:with-extentions-15-4 psql -h IPADDR_OF_CONTAINER -U postgres -c  'select * from pg_extension;'\n```\n\n### With docker-compose.\n- Starting the container.\n```\ndocker-compose up -d\n```\n\n- Checking the container logs.\n```\ndocker-compose logs -f\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobbinparrish%2Fpostgresql-with-extentions-deployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobbinparrish%2Fpostgresql-with-extentions-deployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobbinparrish%2Fpostgresql-with-extentions-deployment/lists"}