Skip to content

Ability to provide configuration to prebuilt images

Paul Tomasula requested to merge refactor-user-specified-config into refactor

Related Issue:

#5 (closed), #18 (closed)

Background

This MR increases the useability of images generated by this repository by granting users the ability to modify the configuration of the images without needing to build the images locally. This also adds additional documentation and examples on on how to run images locally using docker compose up command.

Summary of changes

  • Add copy of tooling for converting custom pygeoapi-builder configuration files into the images [d94915e2]
  • Add logic in entrypoint.sh to situationally override configuration on container initialization [d94915e2]
  • Add documentation on how to create compose.yml file and run containers locally [0a48c2ab]

Merge request reports