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/health
http://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.