Skip to content

nls-jajuko/hakunapi-image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hakunapi-image

hakunapi container image

docker pull ghcr.io/nls-jajuko/hakunapi-image:release
git clone https://github.com/nls-jajuko/hakunapi-image.git

docker run --publish 8080:8080 -v ./hakunapi-image/gpkg:/app -e HAKUNAPI_CONFIG_PATH="/app/simple_addresses.properties" ghcr.io/nls-jajuko/hakunapi-image:release

try this to get openstreetmap background maps

docker pull ghcr.io/nls-jajuko/hakunapi-image:release

git clone https://github.com/nls-jajuko/hakunapi-image.git
git clone https://github.com/nls-jajuko/hakunapi-html-cdn-leaflet.git --branch openstreetmap

# 
echo "formats.html.dir=/templates" >> ./hakunapi-image/gpkg/simple_addresses.properties

docker run --publish 8080:8080 -v ./hakunapi-html-cdn-leaflet/templates:/templates -v ./hakunapi-image/gpkg:/app -e HAKUNAPI_CONFIG_PATH="/app/simple_addresses.properties" ghcr.io/nls-jajuko/hakunapi-image:release

todo:

  • fix servers.dev.url in properties to use env
  • add servers.dev.url as env to docker run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 100.0%