mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 08:46:48 +00:00
Update core OpenFaaS component in docker-compose
Signed-off-by: Edward Wilde <ewilde@gmail.com>
This commit is contained in:
parent
03dc8824d2
commit
509ea710e9
@ -3,7 +3,7 @@ services:
|
|||||||
gateway:
|
gateway:
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
image: openfaas/gateway:0.18.2
|
image: openfaas/gateway:0.18.4
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
@ -43,7 +43,7 @@ services:
|
|||||||
|
|
||||||
# auth service provide basic-auth plugin for system APIs
|
# auth service provide basic-auth plugin for system APIs
|
||||||
basic-auth-plugin:
|
basic-auth-plugin:
|
||||||
image: openfaas/basic-auth-plugin:0.18.2
|
image: openfaas/basic-auth-plugin:0.18.4
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
@ -122,7 +122,7 @@ services:
|
|||||||
- "node.platform.os == linux"
|
- "node.platform.os == linux"
|
||||||
|
|
||||||
queue-worker:
|
queue-worker:
|
||||||
image: openfaas/queue-worker:0.8.1
|
image: openfaas/queue-worker:0.8.4
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user