Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 858 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 858 Bytes

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