How do we deploy to multiple environment using docker-compose? #490
Replies: 2 comments 1 reply
-
Same here @indyarocks . It would be nice to be able to choose either a dockerfile or compose file. Without the latter I'll have to duplicate work/yaml and learn kamal's directives vs industry standards. @dhh is compose supported and just not documented? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Kamal’s primary focus is on setups spanning multiple machines now or in the near future. Compose is not suitable for that. No current plans to support compose. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to have the old fashioned way of deploying the docker containers with docker-compose to staging and production independently like Capistrano flexibility.
Docker-compose enables me to build image on the fly, instead of having two steps of building image - pushing it to container registry and then pull it to spin the container.
Beta Was this translation helpful? Give feedback.
All reactions