Skip to content
Snippets Groups Projects
Commit 4cbb7d96 authored by Vivek Singh's avatar Vivek Singh Committed by Alex Ellis
Browse files

Bump gateway version to 0.8.7


This commit bumps gateway version to 0.8.7 in docker-compose.yml and
also adds `scale_from_zero` environment variable to the gateway.

Fixes: #780

Signed-off-by: default avatarVivek Singh <vivekkmr45@yahoo.in>
parent be907d22
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ services:
gateway:
ports:
- 8080:8080
image: openfaas/gateway:0.8.5
image: openfaas/gateway:0.8.7
networks:
- functions
environment:
......@@ -18,6 +18,7 @@ services:
direct_functions_suffix: ""
basic_auth: "${BASIC_AUTH:-true}"
secret_mount_path: "/run/secrets/"
scale_from_zero: "false"
deploy:
resources:
# limits: # Enable if you want to limit memory usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment