compose
compose copied to clipboard
Define and run multi-container applications with Docker
### Description I love the new `watch` feature !! Thanks !!! However I feel it could be better integrated in the docker compose workflow. From what I understand: - `docker...
https://github.com/moby/moby/issues/47134
### Description Docker compose has suddenly started complaining about unknown top-level properties in configuration templates that are only used via `extends`, which is breaking my builds. It didn't used to....
Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.1.0-rc5 to 1.1.0-rc.6. Release notes Sourced from github.com/opencontainers/image-spec's releases. v1.1.0-rc.6 Vote passed [+6 -0] - https://groups.google.com/a/opencontainers.org/g/dev/c/HOxZlfhr9-o For changeset and diff please see - opencontainers/image-spec#1157 (Note: this is...
### Description I noticed that my environment started very slowly - like five containers were re-created (w/o building or pulling) for about 2 minutes, while in the past, it was...
### Description I can't use host network in compose services. ### Steps To Reproduce ``` services: mysql: image: mysql networks: hostnet: {} networks: hostnet: external: true name: host ``` This...
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.19.0 to 1.22.0. Changelog Sourced from go.opentelemetry.io/otel's changelog. [1.22.0/0.45.0] 2024-01-17 Added The go.opentelemetry.io/otel/semconv/v1.22.0 package. The package contains semantic conventions from the v1.22.0 version of the OpenTelemetry Semantic...
### Description I have a compose file with following properties: * multiple services * some of the services share the same Dockerfile, and is using same rebuild condition (when one...
### Description When deleting a file (unsure if the file existed or not but should have since it synced it) watch command crashes and cannot be restarted. ``` develop: watch:...
### Description I have a docker-compose.yml where I have healthchecks for redis and other containers have to wait till redis is healthy. This seems to work, but in the past...