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

It would be nice if there was a way to specify the type (internal/internet-facing) of load balancer that the plugin creates. Currently it seems to always create public/internet-facing.

ecs
enhancement ✨

**Description** `docker start on ACI restarts the ACI node, pulls the image and restarts the container. This can be long, and it's useful for users to see what is happening....

aci
enhancement ✨

Discussion about credential helper support was raised here : https://github.com/docker/api/pull/165#discussion_r434608029

techdebt

**What I did** Updated `Makefile` to use `docker buildx` to build the ECS sidecar images for both AMD64 and ARM64. **Related issue** ECS Fargate supports both AMD64 and ARM64. Running...

I'm using a docker ecs context to produce a CloudFormation template on a linux/arm64 platform, and targeting a linux/arm64 deployment in aws. Running my docker compose up (using the ecs...

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.3.7. Changelog Sourced from postgresql's changelog. Changelog Notable changes since version 42.0.0, read the complete History of Changes. The format is based on Keep a...

aci
dependencies
java

Hey, Is [features](https://github.com/docker/compose-cli/blob/main/docs/ecs-compose-features.md) file up to date? Are `extra_hosts` not supported? I saw some references to ExtraHosts in the code but couldn't understand what's actually happening there. Is my only...

stale

**What I did** fix warnings on 'docker context use' **Related issue** Fixes https://github.com/docker/cli/issues/3765 **(not mandatory) A picture of a cute animal, if possible in relation with what you did** ![PXL_20220806_232348931...

cli
local

**Description** ECS context logs does not support --since option **Steps to reproduce the issue:** 1. `docker context use aws` 2. `docker compose --verbose -f docker-compose.yml logs --follow --since 1m` **Describe...