Support docker-compose
under review
K
Kai Marshland
I often write my apps with docker-compose to specify all the docker options. I would render to be able to read my docker-compose file, create all the services, and appropriately coordinate between them, as if I had simply run
docker-compose up
Log In
L
Luciano
This has been under review for 6 years, any update?
S
Souhail Gana
adding docker-compose would be major help, because most projects i create require multiple services to work together.
J
Joshua Anumah
I use docker-compose, adding it to render will be very useful.
S
Steven
May I suggest, adding an a tag for docker-compose to the render.yaml file as an ENV.
Simply "env: docker-compose"
I've used Render's docker Free option and it an amazing service and very reliable service.
Personally, I hope this can be implemented soon in an effective manner!
My guess as to why docker compose is possibly blocked is due to private-service(s)?
Docker Compose handles networking and volume assignments which make private-services and databases less unique.
I'd be more than happy to help with more feedback.
F
Fidel
+1 that this would be very useful
S
Sirirach Channuwong
Would be very useful!!
e
eric.lery
It better not, Docker Swarm Mode is the recommended way to use Docker in Production. Swarm is now integrated into the Docker Engine. It also uses a docker-compose.yml file, although it could be named anything, but it’s not like the past swarm.yml of the past Docker Swarm Classic. Swarm mode allows for clustering management, rolling updates, and load balancing. Compose can do some of these, especially associated with some nginx or Traefik, but it’s not made for this. Compose inspire the recommended way: Docker Swarm Mode. It’s been like that since 2016, eight years now that we in 2024, keep up with the news. Everything else is "deprecated".
S
Steven
Any updates on docker-compose support?
H
Hector
I have a blazor server project. And I want to integrate an API with docker compose (which makes requests to the database).. would there be another solution in render?
C
Corpora AI
I want to use a open source application which relies on 3 apps , nginx, postgres, core app, for this it uses docker compose, I want to deploy it on render by creating an image but modified it to directly use render postgres but removing nginx dependency is very complex.
it would be great if we could directly depoly using compose.
Load More
→