Deploying rasa with docker compose

Hello I have been trying to deploy my chatbot for a few weeks now and I couldn’t find anything working. I have two docker images, (rasa and actions) and a front end html page for the bot. Now I want to deploy everything to the web but there is nothing available online. Most tutorials only talk about one docker image, not 2 (using docker compose). I tried using AWS ECS but they started charging me even with a free tier account. I also looked into Heroku but tutorials only mention one docker image. Where should I be looking?

You’ll find documentation here

@stephens This is for a local machine which I am already doing. Do you have an example with cloud deployment?