20 lines
527 B
Markdown
20 lines
527 B
Markdown
# 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: **7.0.2** on **Ubuntu Focal**
|
|
- ports **27017**
|
|
|
|
## Building and Running
|
|
|
|
These composition does not require building any images. Run the [Docker compose file](docker-compose.yml) in localhost:
|
|
|
|
```
|
|
docker-compose up
|
|
```
|