Bump compose to use gateway_invoke for nats-queue-worker

This change means the gateway is used to invoke functions
asynchronously rather than directly so that the scale from zero
path can execute.

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis 2019-05-07 18:18:11 +01:00
parent 681d8841e3
commit 139062173a
3 changed files with 7 additions and 1 deletions

View File

@ -52,6 +52,8 @@ services:
DOCKER_API_VERSION: "1.30"
basic_auth: "${BASIC_AUTH:-true}"
secret_mount_path: "/run/secrets/"
gateway_invoke: "true"
faas_gateway_address: "gateway"
deploy:
placement:
constraints:

View File

@ -100,6 +100,8 @@ services:
ack_wait: "5m5s" # Max duration of any async task / request
basic_auth: "${BASIC_AUTH:-true}"
secret_mount_path: "/run/secrets/"
gateway_invoke: "true"
faas_gateway_address: "gateway"
deploy:
resources:
limits:

View File

@ -92,7 +92,7 @@ services:
- "node.platform.os == linux"
queue-worker:
image: openfaas/queue-worker:0.7.1
image: openfaas/queue-worker:0.7.2
networks:
- functions
environment:
@ -100,6 +100,8 @@ services:
ack_wait: "5m5s" # Max duration of any async task / request
basic_auth: "${BASIC_AUTH:-true}"
secret_mount_path: "/run/secrets/"
gateway_invoke: "true"
faas_gateway_address: "gateway"
deploy:
resources:
limits: