Add logs support for Swarm by bumping versions

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis 2019-07-31 11:12:31 +01:00
parent 2689e75626
commit 73106565d7

View File

@ -3,7 +3,7 @@ services:
gateway: gateway:
ports: ports:
- 8080:8080 - 8080:8080
image: openfaas/gateway:0.13.9 image: openfaas/gateway:0.15.4
networks: networks:
- functions - functions
environment: environment:
@ -73,7 +73,7 @@ services:
faas-swarm: faas-swarm:
volumes: volumes:
- "/var/run/docker.sock:/var/run/docker.sock" - "/var/run/docker.sock:/var/run/docker.sock"
image: openfaas/faas-swarm:0.6.2 image: openfaas/faas-swarm:0.7.1
networks: networks:
- functions - functions
environment: environment: