compose
compose copied to clipboard
Define and run multi-container applications with Docker
### Description It would be great to add the ability to use a toml file instead of a regular .env, because toml provides much more functionality than a regular .env....
### Description I have a basic web service ([sqlpage](https://github.com/lovasoa/SQLpage)) that can use any one of multiple databases. I can choose which database to use by setting the environment variable `COMPOSE_PROFILES`....
### Description I'd like to be able to reference other services stages in a service's build contexts. This is possible using buildx bake's `contexts` support for another bake target, but...
### Description I didn't manage to find this issue, so I create a feature request: **It would be great if you have an `--rm` flag similar to what we have...
### Description I have a docker compose file with a bunch of services. A simple web stack, with a database, a backend, a frontend app, and https-portal service for ssl....
### Description Hello, On version 2.24.0 of docker compose, I get the following bind error when trying to run `docker compose up`, if the source directory does not already exist:...
### Description Hello, On a fresh AL2023 install, I have disabled the bridge network by having: ``` { "bridge": "none" } ``` docker-compose.yml: ``` services: my-server: container_name: my-server build: context:...
**What I did** resolve service environment just before container get created doing so, a provider service depends on can inject variables, used for interpolation example usage: ``` services: Docker Desktop...
Not sure what the syntax would be exactly, but I would like to supply an optional and variable set of devices to an docker-compose.yml service. Seems more flexible if the...
- relates to https://github.com/moby/moby/pull/50218 This field was added in [moby@5130fe5d38837302e], which added it for use as intermediate struct when parsing CLI flags (through `runconfig.ParseExec`) in [moby@c786a8ee5e9db8f5f]. Commit [moby@9d9dff3d0d9e92adf] rewrote the...