I am trying to deploy gitlab using marathon. In development, i was using a docker-compose.yml, which included mariadb and redis in two dependances container.
I saw the marathon sample for creating groups.
I am trying to adapt so it look like the same as the docker-compose.yml
Only one think, I don't see how I can link container together.