This project solves The DevOps challenge.
Application will publish webservice on 127.0.0.1:5000 with two endpoints:
http://127.0.0.1:5000/healthhttp://127.0.0.1:5000/secret
First endpoint indicates that service running correctly. And second endpoint returns secret code from database corresponding provided credentials.
You can found prebuilt docker image on dockerhub: https://hub.docker.com/r/vd2org/challenge
For instructions how to run see Run.
For information about troubleshooting see Trouble.
For instructions of using this repo see Instructions.
For project summary see Summary.