Files
pygeoapi/docker/examples/simple
Tom Kralidis 1d576fd752 fix OpenAPI generation (#428)
* fix OpenAPI generation

* fix
2020-04-27 11:15:04 -04:00
..
2020-04-27 11:15:04 -04:00

Simple Example

This is the simplest example to run pygeoapi with a local config using Docker.

Using Docker directly

Execute ./run_pygeoapi.sh. This will pull the pygeoapi Image from DockerHub and start the pygeoapi server. With your browser got to http://localhost:5000.

Using Docker Compose

Run the docker-compose.yml as follows:

docker-compose up [-d]