compose
compose copied to clipboard
Define and run multi-container applications with Docker
### Description Good day, Is it possible to add to release a distirbutive which contains all vendor dependencies? It should make life of package managers much easier. Thanks!
### Description I've started to use 'watch' feature for one project, but it fails every time when I change files from state A to state B and then back to...
### Description Within an `include` directive, I can specify an `env_file`. This changes interpolation for the included YAML, but if that YAML file has a `service` with an `env_file`, that...
### Description Error: connect ECONNREFUSED occurs when Visual Studio code is trying to communicate with the server inside a docker ### Steps To Reproduce 1. update docker desktop to version...
### Description When running `docker compose up` the network and volume creation progress ui works correctly, i.e. it spins and then (in most cases almost immediately) gets marked as created...
### Description It would immensely helpful if I can define the tag of an image separately. This allows the use of YAML anchors and aliases in the compose.yml. Especially if...
### Description Since v2.24.4 (possibly before) some behaviour has changed in how `docker compose` resolves configuration. It used to apply `.env` located in `cwd`, before traversing parent dirs to look...
### Description I am running Matrix in a docker compose setup with traefik. The relevant parts of the compose: ``` version: "3.9" services: synapse: image: matrixdotorg/synapse restart: always hostname: "synapse"...
**What I did** **Related issue** **(not mandatory) A picture of a cute animal, if possible in relation to what you did**
### Description Objective: The goal of this proposal is to enhance Docker Compose by introducing support for specifying alternative image tags for services. This feature will provide users with flexibility...