Using the CLI, you can deploy docker-compose resources directly to Control Plane.
Refer to the stack deploy command for details and examples on how to deploy from a docker-compose project.
Refer to the stack rm command for details and examples on how to delete resources generated by a docker-compose project.
You can generate a Control Plane spec without deploying the resources. Refer to the stack manifest command for details and examples on how generate a Control Plane spec from a docker-compose project.
http://service2:8080, this must be replaced with http://service2.{GVC}.cpln.local:8080network_mode is set to nonedeploy.resource.limit.cpus and deploy.resource.limit.memory will determine cpu and memory allocation respectively.environment field and/or env_fileports and expose field maps to container portsdeploy.resources.reservations < deploy.resources.limitsdeploy.replicas will determine replica count (min AND max)healthcheck values will map to readiness probe