Skip to content

Pjstaab/populate-apidb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Container to populate APIDB

This container is in charge to import data from PBF file or OSM files into the API database.

Configuration

This container needs some environment variables passed into it in order to run:

  • URL_FILE_TO_IMPORT it could be a PBF file or OSM file.

Get the files form :

APIDB configuration

  • POSTGRES_HOSTe.g localhost
  • POSTGRES_DB e.g openstreetmap
  • POSTGRES_USER e.g postgres
  • POSTGRES_PASSWORD e.g 1234

Building the container

    cd populate-apidb/
    docker build -t osmseed-populate-apidb:v1 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors