{"id":14155231,"url":"https://github.com/KengoTODA/actions-setup-docker-compose","last_synced_at":"2025-08-06T01:30:42.112Z","repository":{"id":37795895,"uuid":"290669864","full_name":"KengoTODA/actions-setup-docker-compose","owner":"KengoTODA","description":"the GitHub Action setting up docker-compose command","archived":false,"fork":false,"pushed_at":"2024-08-17T00:18:38.000Z","size":5257,"stargazers_count":22,"open_issues_count":9,"forks_count":10,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-08-17T01:39:21.979Z","etag":null,"topics":["docker","docker-compose","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/setup-docker-compose","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KengoTODA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["KengoTODA"]}},"created_at":"2020-08-27T03:53:12.000Z","updated_at":"2024-08-17T00:18:41.000Z","dependencies_parsed_at":"2023-02-12T06:45:37.944Z","dependency_job_id":"8aeca7e3-9be6-4222-ab15-37182285b2ae","html_url":"https://github.com/KengoTODA/actions-setup-docker-compose","commit_stats":{"total_commits":688,"total_committers":8,"mean_commits":86.0,"dds":"0.13808139534883723","last_synced_commit":"c87d0803cd232924d6c7032c61bf2200d6ba3194"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KengoTODA%2Factions-setup-docker-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KengoTODA%2Factions-setup-docker-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KengoTODA%2Factions-setup-docker-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KengoTODA%2Factions-setup-docker-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KengoTODA","download_url":"https://codeload.github.com/KengoTODA/actions-setup-docker-compose/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215711176,"owners_count":15919754,"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":["docker","docker-compose","github-actions"],"created_at":"2024-08-17T08:02:34.171Z","updated_at":"2025-08-06T01:30:42.095Z","avatar_url":"https://github.com/KengoTODA.png","language":"TypeScript","funding_links":["https://github.com/sponsors/KengoTODA"],"categories":["TypeScript","github-actions"],"sub_categories":[],"readme":"# GitHub action to setup `docker-compose` command\n\n\u003ca href=\"https://github.com/KengoTODA/actions-setup-docker-compose/actions\"\u003e\u003cimg alt=\"actions-setup-docker-compose status\" src=\"https://github.com/KengoTODA/actions-setup-docker-compose/workflows/build-test/badge.svg\"\u003e\u003c/a\u003e\n\nThis action downloads the `docker-compose` command and add it to the `PATH` for following executions. It supports the Linux environment only.\n\n\u003e [!IMPORTANT]\n\u003e The `docker-compose` command is now deprecated, consider to use the `docker compose` sub command instead. Refer to [Docker official blog](https://www.docker.com/blog/announcing-compose-v2-general-availability/) for detail.\n\n## How to use\n\nAdd a step to your workflow like below:\n\n```yml\n  steps:\n  - uses: KengoTODA/actions-setup-docker-compose@v1\n    with:\n      version: '2.14.2' # the full version of `docker-compose` command\n```\n\nOr set a `GITHUB_TOKEN` environment variable, to use the latest released version:\n\n```yml\n  steps:\n  - uses: KengoTODA/actions-setup-docker-compose@main\n    env:\n      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\nThe 'latest release' here means [the most recent non-prerelease, non-draft release, sorted by the created_at attribute](https://docs.github.com/en/rest/releases/releases#get-the-latest-release).\n\nNote that the `GITHUB_TOKEN` should have [`contents: read` permission](https://docs.github.com/en/rest/overview/permissions-required-for-github-apps?apiVersion=2022-11-28#contents) to fetch data from the GitHub.com.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKengoTODA%2Factions-setup-docker-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKengoTODA%2Factions-setup-docker-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKengoTODA%2Factions-setup-docker-compose/lists"}