Skip to content

Latest commit

 

History

History
 
 

full-history

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Full history Container

Dockerfile for getting the full planet history of database.

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.db, .env.db-utils and .env.cloudprovider

Running full-history container

    # Docker compose
    docker-compose run full-history

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