Is it possible to deploy docker-gitlab on AWS ECS? Currently, I use docker-compose method to deploy on my own EC2 instance with a single docker engine setup manually. But now, I'm going to move them all to ECS service. So, if I use a Fargate/EC2 launch type on ECS, how to adjust its docker-compose.yml
script to ECS way?
Thanks