Hacker News new | ask | show | jobs
by mcheshier 3069 days ago
Except it doesn't work with anything complicated, like volumes, in my experience.
1 comments

We use one docker-compose.yml for local dev and another for deploying to ECS. Locally the docker-compose.yml configures volumes, with ECS we do it in the task definition. For shared volumes to gather logs we are using EFS which seems to work and mount in the same way as NFS.