mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 08:46:48 +00:00
Fix issue with nats version
Fixes: #1487 Regression introduced by 690da5ed5 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
parent
d492a8d138
commit
46b106878d
@ -125,7 +125,7 @@ services:
|
|||||||
- 'node.platform.os == linux'
|
- 'node.platform.os == linux'
|
||||||
|
|
||||||
queue-worker:
|
queue-worker:
|
||||||
image: openfaas/queue-worker:0.8.5-arm64
|
image: openfaas/queue-worker:0.9.0-arm64
|
||||||
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.5-armhf
|
image: openfaas/queue-worker:0.9.0-armhf
|
||||||
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.5
|
image: openfaas/queue-worker:0.9.0
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user