Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 755 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 755 Bytes

Planet dump Container

Dockerfile definition to run a container with osmosis installed. This container definition will be responsible to create the planet dump in PBF format according to a schedule.

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

Build and bring up the container

docker compose -f ./compose/planet.yml build
docker compose -f ./compose/planet.yml up planet-dump