compose
compose copied to clipboard
Define and run multi-container applications with Docker
**Description** I have a compose file with several similar-looking dockerfiles to build: `compose.yaml`: ``` services: data: build: context: . dockerfile: ./internal/data/Dockerfile auth: build: context: . dockerfile: ./internal/auth/Dockerfile ... ``` any...
**Description** I'm having some issues trying to cache docker layers using `cache_to`. It appears to be an option in the docker compose file: https://docs.docker.com/compose/compose-file/build/#cache_to but I can't actually find it...
**Is your feature request related to a problem? Please describe.** Hi, docker-compose rocks, keep up the good work! :pray: I had cases where the container should be running with the...
**Description** Accessing the GPU during build using Docker Compose v2 doesn't work. It does work when the container is running, but some of my build steps need the GPU for...
My usecase is that the base `docker-compose.yml` maps a certain port in the `ports` section. In my `docker-compose.override.yml` I'd like to change that port since I already have a different...
**Description** `docker-compose config` formats the `published` port as a string, this can be a problem when parsing this output. This starts to happen in 2.3.0. In [documentation](https://docs.docker.com/compose/cli-command-compatibility/) ports appear as...
**Description** With Compose V1 we have the ability to set a project-specific `DOCKER_HOST` in .env, with V2 this is no longer possible. **Steps to reproduce the issue:** 1. Add an...
**Description** **Steps to reproduce the issue:** Given the following compose file `docker-compose up` works as expected docker-compose.yml ```yml version: "3.9" services: alpine: image: alpine volumes: - type: bind source: ${BIND_MOUNT_SOURCE}...
Hi since yesterday I've been running into this error while doing `docker-compose up` **Full Error Message** ``` Device-Tracker $ docker-compose up Creating device-tracker-db Creating device-tracker ERROR: for web UnixHTTPConnectionPool(host='localhost', port=None):...
(see https://github.com/docker/cli/pull/3429) **What I did** Added command line completion support **Related issue** closes https://github.com/docker/compose/issues/8550 **(not mandatory) A picture of a cute animal, if possible in relation with what you did**...