Don't reconfigure on stack deploy
Summary
It takes nearly 10 minutes to start the Gitlab docker stack. This is because it has to run through a complete reconfigure and whatever else it does as part of the wrapper script.
Proposal
Is there a way to simply check that everything that is required is there and not do a complete reconfigure every time I redeploy the stack?