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

**Description** I enter the following command `docker compose --file docker-compose.yml --file docker-compose.azure.yml --verbose up` and I get no output at all. ![image](https://user-images.githubusercontent.com/357219/153586918-feac55fa-db4f-495f-b554-b50c28c58a0b.png) **Steps to reproduce the issue:** 1. `docker compose...

**Description** When I run `docker compose logs` with an ECS context current I get an error. **Steps to reproduce the issue:** 1. Create an AWS ECS context and switch to...

**Description** Trying to upload a multi-container setup to was ecs. I previously could successfully deploy using up and end using down. But recently without changing anything in the docker compose...

ecs

**Description** I have an ECS Context that references one of my profiles (not the `default` profile, because I do not use the `default` profile). The Context explicitly lists the AWS...

ecs
bug 🐞

Currently lifecycle_policy can only be set to TransitionToIA, but normally to use this to full extend you have to use TransitionToPrimaryStorageClass as well can we discuss if this is possible...

stale

**New Docker Compose error in AWS** ``` docker compose -f docker-db-compose.yml \ -f docker-compose.yml logs 1 error occurred: * option "logs --tail" on context type ECS.: unsupported flag ``` Sometimes...

stale

**Description** I followed the documentation to connect the Docker CLI to Microsoft Azure Container Instances (ACI). Once I spun up a sample NGINX container, I wanted to `exec` into the...

aci
stale

**Description** `docker compose up` and `docker compose convert` fail due to AWS API throttling if there are over 100 EFS file systems. Also `docker compose up` fails due to AWS...

stale

**Description** We are trying to set up a web service inside of a VPC, but we don't want to expose it to the public internet, so we set up a...

ecs
enhancement ✨

**Description** to support AWS deployment we define custom extensions `x-aws-vpc`, `x-aws-loadbalancer`, `x-aws-roles` ... This comes with a few drawbacks: 1. `x-aws-*` attributes are not validated, and users might missuse them...

ecs
enhancement ✨