Dockerfile for getting the full planet history of database.
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
# 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