Procfile can be as simple as: web: java $JVM_OPTS -jar target/yourapp-standalone.jar
not sure host and port parameters are necessary, but I don't have a complex heroku configuration
@albaker you’re probably correct that host
and port
aren’t required