This sample is running on https://java-springboot.is-easy-on-scalingo.com/
Create an application on https://scalingo.com, then:
% scalingo --app my-app git-setup
% git push scalingo master
And that's it!
% git clone https://github.com/Scalingo/sample-java-springboot.git
% cd sample-java-springboot
% docker compose up
By default, the app listens on port 8080. The app is available at http://localhost:8080/.