Nicolas De loof
Nicolas De loof
It _could_ (this PR is 100% experimental) but AFAICT `x-bake` are not required, as all build features are now part of the compose-spec
`docker compose build` only would support a subset of bake features, typically is REQUIRE an image to be built, as the primary goal is to later run the app (also...
Can you please try to reproduce with latest release ?
As you get `dependency failed to start: container service1 is unhealthy` reported, can you please check using `docker ps` the health status reported by docker engine ? If the latter...
[healthcheck](https://docs.docker.com/engine/reference/run/#healthchecks) is a runtime feature, not a compose one. Compose is only used here to configure runtime. Health comes with a timeout (30 seconds by default), so compose will not...
internal DNS service is implemented by Docker engine and can't be configured by Compose. Please ask on https://github.com/moby/moby Can you please clarify the reason you want to tweak DNS TTL...
For this scenario, a possible workaround is to access the other service trough a proxy, which can manage load-balancing and new instance discovery, see https://medium.com/@aedemirsen/load-balancing-with-docker-compose-and-nginx-b9077696f624. nginx used in this example...
Why not use `sync+restart` to replace your bind mount then? `watch` actually check there's no conflicting bind mount, which (use to) demonstrate a configuration mistake
My question is not to reject this feature request, but to better understand which use-cases this would cover, and the benefits for our users.
I can confirm removing this check has a mass impact on performance. There's something wrong with `InDependencyOrder` implementation, I'll look into it