Skip to content

Releases: anomaly/lab-python-mock-server

Release list

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 23:37

🐛 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

Choose a tag to compare

@devraj devraj released this 26 Jun 07:58

New

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