How do I deploy a docker-compose app?

I’m trying to deploy Windmill and the recommend approach is to use docker-compose for single instance deployment scenarios:

But the best I can tell, aptible does not support docker-compose. However, I do see that it does support multiple services via a Procfile.

Can someone help point me in the right direction as to whether or not I’ll be able to successfully support deploying this app and how to go about doing it?