72b9a647ff
* Bump gdal to v3 * Fix query duplicates with bbox for PG * Add backward compatibility for axis order * Move travis to bionic dist Fix gdal version 3 on travis by pinning latest ubuntu unstable release Fix ubuntugis sources on travis Remove pinned python gdal version Add mongodb start Enable mongod service Fix package name Install mongo from official community repos Add mongo enable and start commands * Fix wrong axis mapping strategy Add author * Move base image to bullseye for docker build * Fix remaining unchanged places for #364 * Make image size smaller * Add docker build and cite tests Fix python version Move steps after docker build elsewhere Fix uppercase characters Fix internal port Daemonize the run process * Check logs and run test command from the entrypoint * Remove the execution of mongo tests for test command Remove the execution of mongo tests for test command Fix failed command * Add delay and move build to install step Remove grep command for now Use single quote
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]