This container is in charge to import data from PBF file or OSM files into the API database.
This container needs some environment variables passed into it in order to run:
URL_FILE_TO_IMPORTit could be a PBF file or OSM file.
Get the files form :
APIDB configuration
POSTGRES_HOSTe.g localhostPOSTGRES_DBe.g openstreetmapPOSTGRES_USERe.g postgresPOSTGRES_PASSWORDe.g 1234
cd populate-apidb/
docker build -t osmseed-populate-apidb:v1 .