Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 704 Bytes

File metadata and controls

30 lines (21 loc) · 704 Bytes

Set up Docker Compose CLI

GitHub Action making it straightforward to install the desired version of Docker Compose CLI.

Usage

Add the following step in your workflow file

- uses: withlogicco/setup-compose-cli@v1

Now you can use the Docker Compose CLI to deploy your apps to Amazon ECS or Azure Container Instances:

- uses: withlogicco/setup-compose-cli@v1
- run: docker context create ecs aws --from-env
- run: docker --context=aws compose up

Picking a different version

- uses: withlogicco/setup-compose-cli@v1
  with:
    version: 1.0.23

Built by Paris Kasidiaris and licensed under the MIT License.