mirror of
https://github.com/openfaas/faas.git
synced 2025-06-25 00:03:24 +00:00
Update gateway to 0.11.1 and queue-worker to 0.7.0
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
@ -3,7 +3,7 @@ services:
|
||||
gateway:
|
||||
ports:
|
||||
- 8080:8080
|
||||
image: openfaas/gateway:0.11.0
|
||||
image: openfaas/gateway:0.11.1
|
||||
networks:
|
||||
- functions
|
||||
environment:
|
||||
@ -92,7 +92,7 @@ services:
|
||||
- 'node.platform.os == linux'
|
||||
|
||||
queue-worker:
|
||||
image: openfaas/queue-worker:0.6.0
|
||||
image: openfaas/queue-worker:0.7.0
|
||||
networks:
|
||||
- functions
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user