compose-cli
compose-cli copied to clipboard
Easily run your Compose application to the cloud with compose-cli
**Description** I'm currently trying to use `docker compose` from within AWS CodeBuild. I've seen a lot of the other issues that say "just follow the manual install" I'm about to...
**What I did** Classify VPC subnets and allow Loadbalancer creation in Public subnets only fixes #921 and improves #1064 **Related issue** **(not mandatory) A picture of a cute animal, if...
**Description** - Current code makes it impossible to change `FirelensConfiguration`. - I can't customize`LogConfiguration` with `ecs-compose.yml` **Describe the results you received:** - `FirelensConfiguration` is always `nil` - `LogConfiguration` always uses...
Hi in other words I am trying to run databases in 1 subnet, web serice in another subnet. I kind of can do this over "x-aws-cloudformation:" but I am having...
**Description** To workaround the lack of sidecar support in docker compose files, I had the idea of simply adding in a definition for a new container to the ContainerDefinitions array...
**Description** ECS and Fargate support the concept of a sidecar for things like reverse proxies, logging, telemetry, etc... ECS also has a concept of container dependency in the task definition...
**Description** Running 'docker ps' under an Azure ACI context fails. It works for other commands where the exact container ID is needed like 'docker exec' or 'docker logs'. **Steps to...
Maybe this is a silly question. When I try to run a docker-compose command, and Docker for Mac isn't running, I get this output: ``` $ docker-compose run ghost Traceback...
I have a task that I want to be able to assume role on another role with only access to S3. I want to provide temporary credentials to an S3...
From: https://github.com/docker/docker.github.io/issues/14589 File: - https://github.com/docker/compose-cli/blob/main/docs/ecs-compose-features.md - https://github.com/docker/compose-cli/blob/main/docs/ecs-compose-examples.md **Problem:** There are inconsistencies in how logging configuration is described. I'm not sure which is correct or I'd fix it myself. File: [cloud/ecs-compose-features.md](https://docs.docker.com/cloud/ecs-compose-features/)...