Allow for healthchecks and depends_on
functionality on docker services that are extended
#101
Labels
enhancement
New feature or request
Feature Request
Problem
Currently if you attempt use
extends
on Docker Composeservices
with adepends_on
configuration, it will throw an error.Requirements
Justification
This provides a healthy system and easy to diagnose the offending service.
Alternative Considerations
extends
anddepends_on
in2.4
version.Related Errors
For example:
Additional Research and Context
The text was updated successfully, but these errors were encountered: