Files
pygeoapi/docker/examples/simple
Tom Kralidis 7e9b2c49bf Update sample title (#275)
* update test collection titles

* update test collection titles
2019-10-13 09:19:41 -04:00
..
2019-10-13 09:19:41 -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]