Good morning all,
Sorry about my English.
I have an issues about Docker Swarm.
I have tried to deploy my app with Docker Swarm Mode.
But I can not arrange my services start by order, although I was used depends_on ( It’s recommended not support for docker stack deploy).
How can I deploy that with services start by order
Ex:
- Service 1 starting
- Service 2 wait for Service 1
Please help.