compose
compose copied to clipboard
Define and run multi-container applications with Docker
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.60.1 to 1.65.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.65.0 Dependencies Change support policy to cover only the latest TWO releases of Go, matching the policy...
### Description If I am correct it is currently not possible to use cluster volumes in a `docker-compose.yml` file like with `docker` commands: https://github.com/moby/moby/blob/master/docs/cluster_volumes.md On the service level the `volume`...
### Description While it is known that [file secrets](https://github.com/docker/compose/issues/9648#issuecomment-1824340917) cannot have their ownership / permissions set via [service level secrets](https://docs.docker.com/compose/compose-file/05-services/#long-syntax-4), it appears that [environment secrets](https://docs.docker.com/compose/compose-file/09-secrets/#example-2) can, yet the warning about...
### Description While troubleshooting an issue that resulted in a dockerd crash, I have found that docker-compose does not close a unix socket with the docker daemon when a container...
### Description My docker-compose.yml lives inside some github checkout subdirectory. As an admin, I make a symlink 'o' in my home, that brings me there. changing directory to the real...
### Description Hi, I have the following problem: I have a repository where each service has its own separate directory containing a `Dockerfile` (same for each service) and a file...
### Description **Problem** I found `postgres` image can't block dependent startup, which make `dependent` start up too early. **Actual** If `dependent` accept `client` at early time, `dependent` failed. **Expected** After...
[BUG] With multiple Compose files `services[].build.context` is evaluated relative to the first one
### Description According to [docs](https://docs.docker.com/compose/compose-file/build/#context) `services[].build.context` is interpreted as follows: > When the value supplied is a relative path, it is interpreted as relative to the location of the Compose...
**What I did** There are two warnings on stderr that `--progress json` (#11478) still emits as plain text. This is because they are printed there directly, without using logrus or...
### Description His guys, i have problems with .env passing variables but the problem is only in the network service definition, because the error show the correct value in the...