navy
navy copied to clipboard
The develop command doesn't obey service dependencies
If service A depends_on
service B in your compose file (i.e. a app service depends_on
db service) and you then run navy develop
on service A, the dependency will be ignored. I haven't looked into why yet.
@madjam002 was this the intended behaviour?