Chapter 33: Docker-compose push

Hello everyone,

I follow the chapter 33 entirely, and I have my application works perfectly on localhost. How could I push it online to access it from the web (like heroku)?
Thank you very much!

It’s a very open ended question unfortunately! There are some good resources to check out though, have a look at this post on the Docker blog which should get you going in the right direction. As for using services like Heroku - they don’t support compose unfortunately you you should be able to push the individual application’s Dockerfiles

Thank you very much Tim! :pray:

1 Like