In the version 47d0fdc of the file faas/docker-compose.yml in several services depends_on is used.
In deploy_stack.sh this file used with docker stack deploy.
Unfortunately the compose file reference points out that depends_on is ignored then deploying a stack using a compose file version 3.x, see https://docs.docker.com/compose/compose-file/#depends_on
I've not tested it but possibly this can result in some problems setting up faas on Swarm.
In the version 47d0fdc of the file faas/docker-compose.yml in several services
depends_onis used.In deploy_stack.sh this file used with
docker stack deploy.Unfortunately the compose file reference points out that
depends_onis ignored then deploying a stack using a compose file version 3.x, see https://docs.docker.com/compose/compose-file/#depends_onI've not tested it but possibly this can result in some problems setting up faas on Swarm.