compose-cli icon indicating copy to clipboard operation
compose-cli copied to clipboard

Easily run your Compose application to the cloud with compose-cli

Results 135 compose-cli issues
Sort by recently updated
recently updated
newest added

**What I did** I updated the kube backend to find projects using two different methods: - Listing all Helm releases (which it currently does) - Looking for ConfigMaps with a...

kube

**Description** Use code from helm-prototype to implement kubernetes backend Depends on: * https://github.com/docker/helm-prototype/issues/10 * #1145

kube

Currently the Docker ACI integration allows to deploy compose application with `docker compose up`, and also to access container logs for each container individually with `docker logs `. We don't...

aci
enhancement ✨
aci sdk

**What I did** Add `--dry-run` option to `pull` command. Our final goal is adding the `--dry-run` to `up` and I started with the case of `pull` at first. This is...

local

Sometimes we need to expose ports in ECS cluster, but not necessary to load balancer. For example, to use Cloudwatch prometheus agent in the ECS cluster we need to define...

ecs
enhancement ✨

I want to help supporting compose-specification for docker swarm. With this implementation we can replace com.docker.stack.namespace with com.docker.compose.project.

enhancement ✨

**Description** When using the ECS context, it does not support overriding the Docker endpoint with `DOCKER_HOST` variable or in the configuration: ```shell $ docker context create --docker host=tcp://docker:2376 ecs ecs...

ecs
enhancement ✨

This is to report both a product and a documentation enhancement. I am trying to deploy [this docker compose file](https://github.com/ome/docker-example-omero/blob/master/docker-compose.yml) to Amazon ECS and I am not able to deploy...

ecs
enhancement ✨

**Feature request** When deploying an application with Compose's ECS backend, I'd like the created Log Group to have the same project tags on it as the other resources. **Why do...

ecs
enhancement ✨
status: on hold 💤

**Description** The Compose CLI currently only supports using Compose to deploy workloads to ECS using `docker compose` commands. There may be use cases where users would like to run simple...

ecs
enhancement ✨