docker-compose exec -u postgres db wget http://download.geofabrik.de/antarctica-latest.osm.pbf -P /tmp
You can choose bellow areas.
africa antarctica asia australia-oceania central-america europe north-america south-america
Or planet.
docker-compose exec -u postgres db wget https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf -P /tmp
docker-compose exec -u postgres db osm2pgsql -c -d gis --slim /tmp/antarctica-latest.osm.pbf
- adminer: http://localhost:8010
- geoserver: http://localhost:8011/geoserver
- postgis
- user: postgres
- password: postgres
- geoserver
- user: admin
- password: geoserver
- this scripts: MIT
- geoserver: Attribution 3.0 Unported (CC BY 3.0)
- open street map: Open Data Commons Open Database License
- open street map
- postgis
deb http://us.archive.ubuntu.com/ubuntu/ bionic main universe multiverse deb http://us.archive.ubuntu.com/ubuntu/ bionic-security main universe multiverse deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main universe multiverse