So multiple developers are trying to deploy the same stack but locally to their machines? Why aren't you just using a separate stack per developer?
👍 1
m
most-lighter-95902
01/20/2022, 4:40 PM
OK so that’s the best practice? The dev stack is the same setup for all developers so I wasn’t sure if creating a stack per developer was the right move.
e
echoing-dinner-19531
01/20/2022, 4:46 PM
If your just creating local docker containers then yes, I think the best setup would be each developer just has their own stack for the docker containers on their machine.