mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 08:46:48 +00:00
Update compose stacks to latest gateway and basic-auth
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
This commit is contained in:
parent
80b6976c10
commit
54d2447975
@ -3,7 +3,7 @@ services:
|
|||||||
gateway:
|
gateway:
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
image: openfaas/gateway:0.18.2-arm64
|
image: openfaas/gateway:0.18.10-arm64
|
||||||
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-arm64
|
image: openfaas/basic-auth-plugin:0.18.10-arm64
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
|
@ -3,7 +3,7 @@ services:
|
|||||||
gateway:
|
gateway:
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
image: openfaas/gateway:0.18.2-armhf
|
image: openfaas/gateway:0.18.10-armhf
|
||||||
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-armhf
|
image: openfaas/basic-auth-plugin:0.18.10-armhf
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
|
@ -3,7 +3,7 @@ services:
|
|||||||
gateway:
|
gateway:
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
image: openfaas/gateway:0.18.4
|
image: openfaas/gateway:0.18.10
|
||||||
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.4
|
image: openfaas/basic-auth-plugin:0.18.10
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user