compose
compose copied to clipboard
Define and run multi-container applications with Docker
**Is your feature request related to a problem? Please describe.** See - my observation in https://github.com/docker/compose/pull/7430#discussion_r420606842 - original implementation: https://github.com/docker/compose/pull/3595 The `docker-compose push` subcommand has an `--ignore-push-failures` option, which ignores...
### Description Get that weird error sometimes even from simply `docker-compose stop` when using an `ssh` DOCKER_HOST connection to a Mac running Docker for Desktop. It normally works but sometimes...
### Description Docker Compose currently does not support loading docker-compose files from https URLs, which makes it inconvenient for developers to manage container orchestration through remote URL addresses. To improve...
### Description Trying to write a code in Go to interact with docker compose. The interaction includes reading messages from a custom writer associated with `ctx` via `progress.WithContextWriter(ctx, writer)` ###...
Hello Docker Team Thank's for the great products Docker and Docker compose. Currently PHP Symfony framework has next logic for loading .env files: ``` # In all environments, the following...
### Description Docker compose up is supposed to observe the state of running containers, compare this to the service definition, and recreate containers that need to be converged to the...
### Description Hey. We have a yaml of: ```yaml version: "3.9" services: aws-ot-collector: image: public.ecr.aws/aws-observability/aws-otel-collector:latest command: [ "--config=/etc/otel-agent-config.yaml" ] environment: - AWS_REGION=eu-central-1 - AWS_ACCESS_KEY_ID=XXXXXXXXXXX - AWS_SECRET_ACCESS_KEY=XXXXXXXXXXXXX volumes: - some_random_config_yaml:/etc/otel-agent-config.yaml -...
### Description I observed `/var/lib/docker/overlay2` was slowly eating all disk space on my machine. So I dived into this and found the issue comes from `docker compose` (or layer management...
### Description If you have defined an invalid compose project name in your env file, docker compose will not work correctly and also not show any error! ### Steps To...
### Description running `compose watch` from `/tmp` on OSX won't detect file updates. the root cause is that this is actually a symlink to /private/tmp see https://twitter.com/aurelien_lair/status/1652309539188875264 ### Steps To...