Skip to content

Tags: anomaly/lab-python-mock-server

Tags

v0.7.0

refactor: mount the pods at /echo

this is part of us trying to mount this at /echo so we can s hare a load
balancer on kubernetes clusters specifcally ona ws

v0.6.0

feat: adds boto3 for testing

v0.5.0

fix: path mount which prevented built image from running

the path in docker-compose explicitly mounted /src/lab_mock to /opt/lab_mock
which would have overwritten what would essentially be a bug in the build
step where the files from /src/lab_mock are being copied into /opt/lab_mock/lab_mock
failing the uvicorn command to find the files when the image is built and
pushed to the github repository

we should maintain this image constantly so we can test these simple use cases
this also follows some docker build issues we have had in the past, while
these commands have been documented into tickets
anomaly/lab-python-server#43

we should make them part of the build process and Taskfile

v0.1.0

docs: adds basic instructions for the flask app