mirror of
https://github.com/openfaas/faas.git
synced 2025-06-13 02:36:46 +00:00
Bump gateway to 0.7.7 for direct function access
0.7.7 allows direct function access bypassing the provider - this makes the throughput increase and skips a HTTP hop that is no longer required. Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
parent
ca425b8183
commit
6921e4fc0f
@ -3,7 +3,7 @@ services:
|
|||||||
gateway:
|
gateway:
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
image: functions/gateway:0.7.3
|
image: functions/gateway:0.7.7
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user