# compose-go **Repository Path**: mirrors_ingydotnet/compose-go ## Basic Information - **Project Name**: compose-go - **Description**: Reference library for the parsing and loading Compose files - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-09 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # compose-go [![Continuous integration](https://github.com/compose-spec/compose-go/actions/workflows/ci.yml/badge.svg)](https://github.com/compose-spec/compose-go/actions/workflows/ci.yml) [![Go Reference](https://pkg.go.dev/badge/github.com/compose-spec/compose-go.svg)](https://pkg.go.dev/github.com/compose-spec/compose-go) Go reference library for parsing and loading Compose files as specified by the [Compose specification](https://github.com/compose-spec/compose-spec). ## Used by * [compose](https://github.com/docker/compose) * [containerd/nerdctl](https://github.com/containerd/nerdctl) * [compose-cli](https://github.com/docker/compose-cli) * [tilt.dev](https://github.com/tilt-dev/tilt) * [kompose](https://github.com/kubernetes/kompose) * [kurtosis](https://github.com/kurtosis-tech/kurtosis/) * [testcontainers-go's Compose module](https://github.com/testcontainers/testcontainers-go/tree/main/modules/compose)