Note: The outdated docker images folders for the unsupported pgRouting versions are removed, but they can be retrieved from the Git history, if needed by someone.
pgRouting Docker image (version 3.6.2) built over Postgres 16/PostGIS 3.4 and dependencies.
Links for pgRouting v3 Forked:
-
https://pgrouting.org/. Oficial Website Pgrouting.
-
https://github.com/pgRouting/docker-pgrouting. Base Repositorie:
pgrouting/pgrouting:16-3.4-3.6.2
-
https://github.com/pgRouting/pgrouting. Base Repositorie Pgrouting.
-
https://hub.docker.com/r/pgrouting/pgrouting. Base Image Docker.
-
https://hub.docker.com/r/pgrouting/pgrouting/tags. Base Image Docker Tags Pgrouting - Version.
-
https://docs.pgrouting.org/latest/en/index.html. Docs Pgrouting.
-
https://github.com/pgRouting/osm2pgrouting. Gith Osm2PGrouting.
-
https://manpages.ubuntu.com/manpages/trusty/man1/osmconvert.1.html. Osmconvert.
-
https://live.osgeo.org/en/quickstart/pgrouting_quickstart.html. QuickStart PGrouting.
- Download your osm grahp in Geofabrik
- Save Your file downloaded *.pbf in
src\OSM\<Your File>.pbf
- Update
<Your File>.pbf
insrc\Dockerfile
- Open cmd and acess
src\
- Run
Docker compose up --build -d
- Finish Your have Pgrouting Online!!