Results 15 comments of Roman Anasal

How about using a local service to verify the healthiness of the remote service like this: ~~~yml services: app: depends_on: remote_service_monitor: condition: service_healthy remote_service_monitor: # ... ~~~ where `remote_service_monitor` is...

The big problem I see with this concept is this: ~~~yml # need some way to define how we resolve this service ~~~ Because there is no general way to...

@mast: shamelessly pushing this PR again

The original motivation for profiles was to be able to filter the services that should be _started_ by default, see the discussion in https://github.com/compose-spec/compose-spec/issues/97. For this reason the initial implementation...

In order to change the current behavior to achieve the desired results of this issue probably differing behaviors would be required to match with user expectation, which should be ~~~sh...

> I agree with this which is why I feel that the most useful feature that is missing a support for a `--remove-orphans` equivalent. I.e. remove what is no longer...

> Since new elements are added to the UI (extra buttons for a user on the user list), it must be added to the documentation. `webadminstration.rst`. Thank you for the...

> Just override it with the (absolute) path you want it to point to. Where should one override it? With the mailu configuration, esp. `WEB_ADMIN` this is not possible. So...

@nextgens I (rebased and) added a PoC for a framed webmail with impersonation in a8dbc5c5a1525faf850aeb00367481933bf927d3. But in my opinion framing does not provide the best user experience and can be...