Files
pygeoapi/docker/examples/skin
Paul van Genuchten c0d725e5df adds a configuration for a skinned pygeoapi (#1006)
* adds a configuration for a skinned pygeoapi

* Update and rename readme.md to README.md

Co-authored-by: Tom Kralidis <tomkralidis@gmail.com>
2022-10-09 07:53:28 -04:00
..

pygeoapi with dashboard skin

These directories contain a Docker build script necessary to setup a minimal pygeoapi server that uses a customised dashboard skin.

The skin is pulled in from https://github.com/pvgenuchten/pygeoapi-skin-dashboard

Note that this exmaple is only for local development and testing.

Building and running

# build image locally
docker build -t geopython/pygeoapi-skinned:local .
# run container in localhost
docker run -p 5000:80 geopython/pygeoapi-skinned:local

Browse to http://localhost:5000