Files
pygeoapi/docker/examples/simple
Tom Kralidis 611dffcb6b OpenAPI and datetime updates (#244)
* support CRS in collections, refactor OpenAPI responses, update collections model

* add test for invalid format for /api
2019-09-24 10:14:36 -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]