Skip to content

Latest commit

 

History

History

tiler-imposm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Tiler imposm

This container is responsible to import the replication PBF files from osm-seed or OSM planet dump into the tiler-db

If we are running the container for the first time the container will import the OSM Land and Natural Earth dataset and [osm-land] files into the data bases. Check more here.

Configuration

In order to run this container we need environment variables, these can be found in the following files👇:

Note: Rename the above files as .env.tiler-db and .env.tiler-imposm

Running tiler-imposm container

    # Docker compose
    docker-compose run tiler-imposm

    # Docker
    docker run \
      --env-file ./envs/.env.tiler-db \
      --env-file ./envs/.env.tiler-imposm \
      -v ${PWD}/data/tiler-imposm-data:/mnt/data \
      --network osm-seed_default \
      -it osmseed-tiler-imposm:v1