compose-cli
compose-cli copied to clipboard
Easily run your Compose application to the cloud with compose-cli
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.7.1 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...
**What I did** The current isnil function was causing panic when an array was given as an argument, so this has been changed. Also, interface{} was changed to any and...
**Description** Feature Request: support emptyDir volume type for Azure ACI https://docs.microsoft.com/en-us/azure/container-instances/container-instances-volume-emptydir It seems like it would be trivial to add basically a pass-through to ACI for a volume with type...
**Description** When I use Docker with ECS to create a cluster on AWS an EFS volume is created and mounted but does not have the correct `performance-mode` according to the...
Hello, we do currently use ECS-CLI. ECS-CLI allows us to specify several existing target groups per task so we can easily setup our infrastructure once and then let the developers...
This is either a question or a feature request, but I would love to be able to run two different services on the same port and then use path prefixes...
**Description** Documentation suggests to "Run the docker context create ecs myecscontext command to create an Amazon ECS Docker context ", but this functionality is broken: ``` [ivdok@archlinux ~]$ aws --version...
I would like to propose the possibility of creating a single MountTarget for multiple Access Points in ECS compose. I am quite new to AWS and not sure if it...
**Description** Thanks for providing a great tool! I have a small proposal. AWS ECS allows environment variables to be set from AWS Systems Manager Parameter Store or AWS Secrets Manager...
After updating docker from version 4.11 to the latest Im now getting this error while composing my images "Windows named pipe error: The pipe has been ended. (code: 109)". Before...