This is a simple Flask + PostgreSQL app for DevOps testing. Your task is to containerize and run it using Docker.
# Clone the repository
git clone https://github.com/Novarest/devops-test.git
cd devops-test
# Build and run
docker-compose up --build
Once running, open your browser or use curl:
curl http://localhost:5000
Expected output:
Hello, World from DB!