mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 12:06:37 +00:00
Bumped version of faas-swarm to 0.6.1
I changed the version of image to current one, which implements secret management endpoint from 0.5.0 to 0.6.1 in docker-compose.yml (x86_64) Version of openfaas/gateway was also increased to 0.9.14 Signed-off-by: Bart Smykla <bsmykla@vmware.com>
This commit is contained in:
@ -3,7 +3,7 @@ services:
|
|||||||
gateway:
|
gateway:
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
image: openfaas/gateway:0.9.11
|
image: openfaas/gateway:0.9.14
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
@ -41,7 +41,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.5.0
|
image: openfaas/faas-swarm:0.6.1
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user