mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 09:16:48 +00:00
Bump gateway version to 0.10.2 in compose
**What** - Bumps the gateway version to 0.10.2 in the default docker-compose file **Why** - Finishes the work started in #1049 to enable basic auth for the alert endpoint, this will allow the deployment via compose to leverage the basic auth Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
This commit is contained in:
parent
9ba1636719
commit
ee7cbaa360
@ -3,7 +3,7 @@ services:
|
||||
gateway:
|
||||
ports:
|
||||
- 8080:8080
|
||||
image: openfaas/gateway:0.9.14
|
||||
image: openfaas/gateway:0.10.2
|
||||
networks:
|
||||
- functions
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user