{"id":25774452,"url":"https://github.com/markusand/postgis-server","last_synced_at":"2026-01-30T06:34:40.707Z","repository":{"id":167415349,"uuid":"342644667","full_name":"markusand/postgis-server","owner":"markusand","description":"PostGIS server over Docker","archived":false,"fork":false,"pushed_at":"2021-05-11T10:17:01.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-11T20:15:52.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/markusand.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,"publiccode":null,"codemeta":null}},"created_at":"2021-02-26T17:07:36.000Z","updated_at":"2021-05-11T10:17:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"88c61cbc-e453-42ad-9188-7ef70e459efd","html_url":"https://github.com/markusand/postgis-server","commit_stats":null,"previous_names":["markusand/postgis-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/markusand/postgis-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusand%2Fpostgis-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusand%2Fpostgis-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusand%2Fpostgis-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusand%2Fpostgis-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markusand","download_url":"https://codeload.github.com/markusand/postgis-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusand%2Fpostgis-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28906660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T04:02:34.702Z","status":"ssl_error","status_checked_at":"2026-01-30T04:02:33.562Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2025-02-27T05:30:00.588Z","updated_at":"2026-01-30T06:34:40.687Z","avatar_url":"https://github.com/markusand.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostGIS server\nCreate a **PostgreSQL** + **PostGIS** + **pgAdmin** server with Docker\n\n## Setup\nInstall Git, [Docker](https://docs.docker.com/engine/install/debian/) and [Docker Compose](https://docs.docker.com/compose/install/), if not already installed.\n```bash\n$ sudo apt-get update\n$ sudo apt-get install git\n```\n\nClone the repo under the selected directory\n```bash\n$ git clone https://github.com/markusand/postgis-server\n$ cd postgis-server\n```\n\nCreate a `.env` file and fullfill with required variables\n```bash\n$ cp .env.sample .env\n$ nano .env\n```\n\nMount the container and enjoy :tada:\n```bash\n$ docker-compose up -d\n```\n\n## Manage database\nThe container exposes an instance of pgAdmin to manage the PostgreSQL from a web browser.\n\nThe connection to database must be configured the first time you enter pgAdmin. Use same variables in `.env`\n\n- host: **host.docker.internal**\n- port: `POSTGRES_PORT`\n- maintenance database: **postgres**\n- username: `POSTGRES_USER`\n- password: `POSTGRES_PASS`\n\nDefault `reader`, `editor` and `creator` roles are created during initialization and have assigned specific privileges over the `public` schema. Assign a role to any new created user.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkusand%2Fpostgis-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkusand%2Fpostgis-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkusand%2Fpostgis-server/lists"}