342
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
Linda Zhou
Are the following docs updated to convert to
render.yaml
?J
Jude Davis
Yes, would be very useful!!
S
Soham Lalitkumar Patil
We need docker-compose, or atleast some support to convert our docker-compose to deploy ready on render.
h
hobson
Perhaps an intermediate alternative is a helper script that can convert simple docker-compose.yaml syntax to render.yaml
R
Rohith Varanasi
This would be a huge plus for Render IMHO. For example, deploying a library such as Pelias (https://github.com/pelias/docker) turns out to be extremely tedious given the current approach of translating a compose file to a render.yaml
s
scrappy js
please, we need docker-compose
M
Miguel VC
please, we need docker-compose
d
dylan
Having issues converting my docker-compose to render.yaml files and Dockerfiles. Would love to be able to use render for our core app deployments which is a collection of 5 services. What is the best way to go about doing this since this post is 4 years old now and I don't believe docker-compose is supported yet?
s
service
Please! At least some basic functions like to run services:
version: '3'
services:
redis:
container_name: redis
image: 'redis:6.2.1-alpine'
command: redis-server --requirepass ***
ports:
- '6379:6379'
Anurag Goel
under review
Load More
→