Skip to content

freshleafmedia/OSM-renderd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Street Map Render Daemon

Build

docker build .

Run

docker run -d -p 7653:7653 -v /path/to/map/cache:/tileCache freshleafmedia/osm-renderd

Environment Variables

There are a couple of environment variables used to configure where the Postgis DB is and how to authenticate

  • DB_HOSTNAME (default is localhost)
  • DB_PORT (default is 5432)
  • DB_USER (default is renderer)
  • DB_PASSWORD

Volumes

  • /tileCache The tile cache
  • /var/run/renderd/renderd.stats The daemon statistics file