Skip to content

Releases: anomaly/lab-python-mock-server

v0.5.0

20 Jun 23:37
Compare
Choose a tag to compare

🐛 Fixes

  • Refactors the way Dockerfile and docker-compose.yml were referring to WORKDIR and how the mounts were being references. Due to a mismatch the container would work properly when being run in development mode via docker compose but the directories were nested a level deeper when the image was published across to github container registry.

The container is considered stable as of this release and packages can be found on ghcr

v0.1.0

26 Jun 07:58
Compare
Choose a tag to compare

New

  • Flask based Python application to show environment variables
  • Docker configuration
  • docker-compose configuration for deployment
  • Jinja2 based templates
  • Documentation