Files
pygeoapi/docker/examples
Jo f47979335b - removed empty key section, which is causing yaml errors: (#1275)
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.elastic_search.environment contains an invalid type, it should be an object, or
an array
(pygeoapi)

Co-authored-by: doublebyte1 <info@doublebyte.net>
2023-07-01 09:07:11 -04:00
..
2021-11-10 06:53:02 -05:00
2021-10-27 20:17:02 -04:00

Running pygeoapi with Docker - Examples

This folder contains the sub-folders:

  • simple
  • elastic
  • sensorthings
  • mongo

The simple example will run pygeoapi with Docker with your local config. The elastic example demonstrates a docker compose configuration to run pygeoapi with local Elasticsearch backend. The mongo example demonstrates a docker compose configuration to run pygeoapi with local MongoDB backend. The sensorthings example demonstrates various pygeoapi implementations of SensorThings API endpoints.