Nicolas De loof
Nicolas De loof
@womblep as commented on https://github.com/docker/compose/issues/9858#issuecomment-1829316742 replicas can be accessed as `-` and setting host name wouldn't help from this use-case
@womblep that's a weird requirement by rabbitmq, is this documented anywhere ? According to https://www.rabbitmq.com/docs/cluster-formation#peer-discovery-dns there's no "see if the 2 match" constraint you describe I also can see there...
duplicates https://github.com/docker/compose/issues/11098
`x-*` are custom extensions, which does not require we update compose-spec schema. This allows such a fix to be introduced, and once we get good feedback we can introduce an...
as explained on https://github.com/docker/compose/issues/11012#issuecomment-1725009089, `up` command is already overloaded with too many flags. No way it will reproduce the many options available to `docker build`, while it's trivial to just...
It seems to me this indeed only works "by chance" as `docker-compose build` run sequentially, building first image with a tag, then using it as base image for the next...
Same issue applies to compose v1 as long as buildkit is enabled: https://github.com/docker/compose/issues/8449
depends on https://github.com/docker/buildx/issues/447
@curlybeast Recent docker compose release will build images with respect to the `depends_on` directive, so that you can declare the `base` image to be built first, then the other service...