Replies: 2 comments
|
Currently the only solution is to move the doco-cd directory out of the autodiscovery path. |
0 replies
|
Here’s my solution: I split |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have all of my stacks in subdirs of a common directory. Including doco-cd itself.
I'd like to use autodiscovery and not have to update a doco-cd file to manage new stacks.
But I know that doco-cd can't deploy/redeploy itself.
Is there a simple way to have autodiscover ignore my doco-cd stack? I'd prefer to not have to move my compose for doco-cd out my repo.
I suppose I could add a bogus level of hierarchy and set max_depth to not go down that deep, but wondering if there's another way...
All reactions