mirror of
https://github.com/openfaas/faas.git
synced 2025-06-16 21:06:54 +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:
parent
0cf01b51ff
commit
954b68308e
@ -3,7 +3,7 @@ services:
|
||||
gateway:
|
||||
ports:
|
||||
- 8080:8080
|
||||
image: openfaas/gateway:0.9.11
|
||||
image: openfaas/gateway:0.9.14
|
||||
networks:
|
||||
- functions
|
||||
environment:
|
||||
@ -41,7 +41,7 @@ services:
|
||||
faas-swarm:
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
image: openfaas/faas-swarm:0.5.0
|
||||
image: openfaas/faas-swarm:0.6.1
|
||||
networks:
|
||||
- functions
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user