{"id":21146245,"url":"https://github.com/feliperdamaceno/docker-postgresql-boilerplate","last_synced_at":"2026-05-17T02:40:58.286Z","repository":{"id":243758595,"uuid":"764276556","full_name":"feliperdamaceno/docker-postgresql-boilerplate","owner":"feliperdamaceno","description":"A Docker PostgreSQL boilerplate with Docker Compose, including PgAdmin for database management, and a detailed setup guide for easy configuration and deployment.","archived":false,"fork":false,"pushed_at":"2025-08-22T23:46:05.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T20:53:36.872Z","etag":null,"topics":["docker-compose","pgadmin","postgresql"],"latest_commit_sha":null,"homepage":"","language":null,"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/feliperdamaceno.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-27T19:42:54.000Z","updated_at":"2025-08-22T23:46:08.000Z","dependencies_parsed_at":"2025-08-23T01:18:36.088Z","dependency_job_id":"1ed7b540-b5c3-4569-87fe-48735dda0a62","html_url":"https://github.com/feliperdamaceno/docker-postgresql-boilerplate","commit_stats":null,"previous_names":["feliperdamaceno/docker-postgresql-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/feliperdamaceno/docker-postgresql-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feliperdamaceno%2Fdocker-postgresql-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feliperdamaceno%2Fdocker-postgresql-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feliperdamaceno%2Fdocker-postgresql-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feliperdamaceno%2Fdocker-postgresql-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feliperdamaceno","download_url":"https://codeload.github.com/feliperdamaceno/docker-postgresql-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feliperdamaceno%2Fdocker-postgresql-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33125442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"online","status_checked_at":"2026-05-17T02:00:05.366Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker-compose","pgadmin","postgresql"],"created_at":"2024-11-20T08:51:57.435Z","updated_at":"2026-05-17T02:40:58.266Z","avatar_url":"https://github.com/feliperdamaceno.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## docker-postgresql-boilerplate\n\nA Docker PostgreSQL boilerplate with Docker Compose, including PgAdmin for\ndatabase management, and a detailed setup guide for easy configuration and\ndeployment.\n\n## How to Setup\n\n### 1. Postgres Setup:\n\nUse `.env.example` file as a reference to setup the required environment\nvariables.\n\nAfter doing that, run the following command to create your Postgres service:\n\n```bash\ndocker-compose -p postgres up -d\n```\n\nTo take down the docker services, just use:\n\n```bash\ndocker-compose -p postgres down\n```\n\n### 2. pgAdmin Setup:\n\nOnce your containers are up and running, navigate to http://localhost:8080 to\naccess your pgAdmin service, then login with the credentials set in your `.env`\nfile.\n\nNext, create a new server connection and name your server as desired.\n\nFinally, in the Connection tab, set **Host name/address** as **postgres**,\n**Username** and **Password** as set in your `.env` file, and **Port** number as\n**5432**, then click save.\n\nOnce done, pgAdmin should be connected to the Postgres database.\n\nWhen consuming your Postgres database, use the following URL structure:\n\n```\npostgresql://USERNAME:PASSWORD@localhost:PORT/DATABASE_NAME\n```\n\n## Licence\n\nThis is an open-source project and is available under the\n[**MIT License**](LICENSE). You are free to use, modify, and distribute the code\nin accordance with the terms of the license.\n\n## Contributors\n\nContributions are highly appreciated! If you encounter any issues or have\nsuggestions for improvements, please feel free to open an issue or submit a pull\nrequest.\n\n[feliperdamaceno](https://github.com/feliperdamaceno)\n\n## Contact me\n\nLinkedin: [feliperdamaceno](https://www.linkedin.com/in/feliperdamaceno)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeliperdamaceno%2Fdocker-postgresql-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeliperdamaceno%2Fdocker-postgresql-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeliperdamaceno%2Fdocker-postgresql-boilerplate/lists"}