compose-go
compose-go copied to clipboard
Feature request: Check for cyclic dependencies
Hi, I have a feature request for you: At the moment the loader accepts a compose file with cyclic dependencies, even when the validation step is enabled.
With cyclic dependencies, I mean something like this:
services:
service1:
depends_on:
- service2
service2:
depends_on:
- service3
service3
depends_on:
- service1
Any updates on this? Do you find this idea useful? I can work on the feature and contribute it myself if you wish ...
/CC @ndeloof @ulyssessouza