Removes depends_on tag from docker-compose.yml files and documentation

Signed-off-by: Vincenzo Ferme <fermevincenzo@gmail.com>
This commit is contained in:
Vincenzo Ferme
2017-11-15 10:19:51 +01:00
committed by Alex Ellis
parent 95b438552b
commit 399d4d40e7
6 changed files with 1 additions and 58 deletions

4
DEV.md
View File

@ -52,8 +52,6 @@ Update the Docker stack with this:
image: alexellis2/faas-markdownrender:latest
labels:
function: "true"
depends_on:
- gateway
networks:
- functions
```
@ -77,8 +75,6 @@ Update your Docker stack with this definition:
image: alexellis2/faas-alpinefunction:latest
labels:
function: "true"
depends_on:
- gateway
networks:
- functions
environment: