Files
pygeoapi/docker/examples/mongo/README.md
T
Krishna Lodha cba55630c0 Minorfix/mongo db doc (#1319)
* updated mongoDB

* Updated mongo section
2023-08-18 16:45:32 -04:00

527 B

pygeoapi with MongoDB

These folders contain a Docker Compose configuration necessary to setup a minimal pygeoapi server that uses a local MongoDB backend service. Mongo Express is also provided, for convenience.

This config is only for local development and testing.

MongoDB

  • official MongoDB: 6.0.7 on Ubuntu Focal
  • ports 27017

Building and Running

These composition does not require building any images. Run the Docker compose file in localhost:

docker-compose up