{"id":15043077,"url":"https://github.com/docker-client/docker-compose-v3","last_synced_at":"2026-03-08T14:03:38.453Z","repository":{"id":18597077,"uuid":"84723064","full_name":"docker-client/docker-compose-v3","owner":"docker-client","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-26T15:36:08.000Z","size":1058,"stargazers_count":18,"open_issues_count":10,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T09:01:52.878Z","etag":null,"topics":["client","compose","docker","docker-client","docker-compose","docker-stack","docker-swarm-mode","hacktoberfest","java","kotlin","moby"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/docker-client.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2017-03-12T12:17:26.000Z","updated_at":"2025-03-13T06:43:48.000Z","dependencies_parsed_at":"2023-10-01T14:33:17.323Z","dependency_job_id":"435663ba-2a3e-4a88-b064-d771dcf216a9","html_url":"https://github.com/docker-client/docker-compose-v3","commit_stats":{"total_commits":546,"total_committers":7,"mean_commits":78.0,"dds":"0.44688644688644685","last_synced_commit":"0275d0c5797591982c38bb3d562532acb95afc45"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-client%2Fdocker-compose-v3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-client%2Fdocker-compose-v3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-client%2Fdocker-compose-v3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-client%2Fdocker-compose-v3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docker-client","download_url":"https://codeload.github.com/docker-client/docker-compose-v3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248955502,"owners_count":21189137,"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":["client","compose","docker","docker-client","docker-compose","docker-stack","docker-swarm-mode","hacktoberfest","java","kotlin","moby"],"created_at":"2024-09-24T20:48:32.515Z","updated_at":"2026-03-08T14:03:38.380Z","avatar_url":"https://github.com/docker-client.png","language":"Kotlin","readme":"[![Build Status](https://img.shields.io/github/actions/workflow/status/docker-client/docker-compose-v3/cd.yml?branch=main\u0026style=for-the-badge)](https://github.com/docker-client/docker-compose-v3/actions)\n[![Maven Central](https://img.shields.io/maven-central/v/de.gesellix/docker-compose.svg?style=for-the-badge\u0026maxAge=86400)](https://search.maven.org/search?q=g:de.gesellix%20AND%20a:docker-compose)\n\n# docker-compose-v3\n\n### About\n\nThis is a small library to load Docker Compose v3 YAML files for further consumption. The driving force is the [Docker Client](https://github.com/gesellix/docker-client) library, where the equivalent to `docker stack deploy` needs to load such Compose v3 YAML files.\n\nA bit more clarification can be found at [issue #2](https://github.com/docker-client/docker-compose-v3/issues/2).\n\n### Usage\n\nGiven a Compose file being available as `InputStream` and its `workingDir` you can read the YAML file like this:\n\n    InputStream composeStack = getClass().getResourceAsStream('docker-stack.yml')\n    String workingDir = Paths.get(getClass().getResource('docker-stack.yml').toURI()).parent\n    ComposeConfig composeConfig = new ComposeFileReader().load(composeStack, workingDir, System.getenv())\n    ...\n\nYou can find a real life example at the [Docker Client's DeployConfigReader](https://github.com/gesellix/docker-client/blob/0ee342ef0d766c44909f83cb6fba720ed627fcc5/client/src/main/groovy/de/gesellix/docker/client/stack/DeployConfigReader.groovy#L55).\n\n### Contributing\n\nPlease submit an issue if you'd like to ask a question or propose a new feature (maybe Compose v2 support?). Pull Requests are welcome, too!\n\n## Publishing/Release Workflow\n\nSee RELEASE.md\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocker-client%2Fdocker-compose-v3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocker-client%2Fdocker-compose-v3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocker-client%2Fdocker-compose-v3/lists"}