{"id":24634428,"url":"https://github.com/docker/setup-compose-action","last_synced_at":"2026-03-05T12:03:55.580Z","repository":{"id":274033498,"uuid":"919443384","full_name":"docker/setup-compose-action","owner":"docker","description":"GitHub Action to set up Docker Compose","archived":false,"fork":false,"pushed_at":"2025-04-22T12:37:23.000Z","size":4673,"stargazers_count":15,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-22T13:48:12.611Z","etag":null,"topics":["compose","docker","docker-compose","github-actions","github-actions-docker"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/docker-setup-compose","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-20T11:58:08.000Z","updated_at":"2025-04-22T12:37:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"1ced574c-d5ce-46b4-999c-930e8f587e5e","html_url":"https://github.com/docker/setup-compose-action","commit_stats":null,"previous_names":["docker/setup-compose-action"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker%2Fsetup-compose-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker%2Fsetup-compose-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker%2Fsetup-compose-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker%2Fsetup-compose-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docker","download_url":"https://codeload.github.com/docker/setup-compose-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253149380,"owners_count":21861717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compose","docker","docker-compose","github-actions","github-actions-docker"],"created_at":"2025-01-25T09:12:45.885Z","updated_at":"2026-03-05T12:03:55.575Z","avatar_url":"https://github.com/docker.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub release](https://img.shields.io/github/release/docker/setup-compose-action.svg?style=flat-square)](https://github.com/docker/setup-compose-action/releases/latest)\n[![GitHub marketplace](https://img.shields.io/badge/marketplace-docker--setup--compose-blue?logo=github\u0026style=flat-square)](https://github.com/marketplace/actions/docker-setup-compose)\n[![CI workflow](https://img.shields.io/github/actions/workflow/status/docker/setup-compose-action/ci.yml?label=ci\u0026logo=github\u0026style=flat-square)](https://github.com/docker/setup-compose-action/actions?workflow=ci)\n[![Test workflow](https://img.shields.io/github/actions/workflow/status/docker/setup-compose-action/test.yml?label=test\u0026logo=github\u0026style=flat-square)](https://github.com/docker/setup-compose-action/actions?workflow=test)\n[![Codecov](https://img.shields.io/codecov/c/github/docker/setup-compose-action?logo=codecov\u0026style=flat-square)](https://codecov.io/gh/docker/setup-compose-action)\n\n## About\n\nGitHub Action to set up Docker [Compose](https://github.com/docker/compose).\n\n![Screenshot](.github/setup-compose-action.png)\n\n___\n\n* [Usage](#usage)\n* [Customizing](#customizing)\n  * [inputs](#inputs)\n* [Contributing](#contributing)\n\n## Usage\n\n```yaml\nname: ci\n\non:\n  push:\n\njobs:\n  compose:\n    runs-on: ubuntu-latest\n    steps:\n      -\n        name: Set up Docker Compose\n        uses: docker/setup-compose-action@v2\n```\n\n\u003e [!NOTE]\n\u003e If Docker Compose is already installed on the runner, the action will skip\n\u003e download. Otherwise, it will download and install the latest stable version\n\u003e [available on GitHub](https://github.com/docker/compose/releases/latest).\n\nTo always download and install the latest version of Docker Compose:\n\n```yaml\n      -\n        name: Set up Docker Compose\n        uses: docker/setup-compose-action@v2\n        with:\n          version: latest\n```\n\n## Customizing\n\n### inputs\n\nThe following inputs can be used as `step.with` keys:\n\n| Name           | Type   | Default | Description                                                                     |\n|----------------|--------|---------|---------------------------------------------------------------------------------|\n| `version`      | String |         | [Compose](https://github.com/docker/compose) version. (eg. `v2.32.4`, `latest`) |\n| `cache-binary` | Bool   | `true`  | Cache compose binary to GitHub Actions cache backend                            |\n\n## Contributing\n\nWant to contribute? Awesome! You can find information about contributing to\nthis project in the [CONTRIBUTING.md](/.github/CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocker%2Fsetup-compose-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocker%2Fsetup-compose-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocker%2Fsetup-compose-action/lists"}