This is probably one of the smallest Docker Compose apps possible. It's just a single-file Flask app.
Run this with the docker compose up
command.
I was trying to create a really simple Compose deployment to help me learn how to write Compose files. This repo can easily be extended, and works as a good starter if you want a bare-bones Flask app.