compose
compose copied to clipboard
Define and run multi-container applications with Docker
### Description Hello, My docker-compose file consists of one image, but it is used by multiple services. So I defined three services: * The first service contains the build definitions...
**What I did** Added debug log when skipping service without build context **Related issue** https://github.com/docker/compose/issues/12065 **(not mandatory) A picture of a cute animal, if possible in relation to what you...
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.15.1 to 0.15.2. Release notes Sourced from github.com/moby/buildkit's releases. v0.15.2 Welcome to the v0.15.2 release of buildkit! Please try out the release binaries and report any issues...
Allows setting build- and pull policies for `docker-compose run` like for `docker run` and `docker-compose up`.
### Description Secrets defined within the _secrets_ section of compose.yml are not being read by` v2.28.1 docker-compose.` ``` secrets: gitlab_username: environment: "GITLAB_USERNAME" gitlab_access_token: environment: "GITLAB_ACCESS_TOKEN" mysql_root_password: environment: "MYSQL_ROOT_PASSWORD" ``` This...
### Description I'm unable to attach config file to container when container has read-only filesystem. ### Steps To Reproduce ```yml networks: proxy-network: name: proxy-network services: caddy: image: caddy:latest restart: unless-stopped...
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.22.0 to 0.24.0. Commits 914deed unix: add missing ETHTOOL_FLAG_ constants 4c7077e windows: add enums for IpAdapterUnicastAddress 29298aa windows: delete TestGetKeyboardLayout aa1c4c8 unix: provide Mount on openbsd cde4660...
### Description Running `docker compose build` fails with `bad file descriptor` I managed to track down this issue to the buildx plugin of docker. See [this buildx issue](https://github.com/docker/buildx/issues/2593) and [this...
### Description How to make the communication for containers in the same dockers compose For example I have these containers ```yaml sqlServer: container_name: "sqlServer" image: "mcr.microsoft.com/mssql/server:2022-latest" environment: ACCEPT_EULA: "Y" MSSQL_SA_PASSWORD:...
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to 0.8.0. Commits 411f99e LICENSE: update per Google Legal See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...