How to push Docker containers managed by Docker-compose to Heroku?

前端 未结 2 509
独厮守ぢ
独厮守ぢ 2020-12-13 18:57

I currently have a locally tested and working web app that consists of 4 docker containers: Java MVC, NodeJS, Flask, and MongoDB. I have 4 Dockerfiles, one for each, and I m

2条回答
  •  囚心锁ツ
    2020-12-13 19:45

    Just an update on this question since it seems to be getting a lot of traction lately.

    There is now an officially supported "Heroku.yml" solution offered by Heroku. You can now write a .yml file (with a format similar to docker-compose) and Heroku will work out your images. Just follow the link above for details.

    Happy Heroku-ing.

提交回复
热议问题