Skip to content
Snippets Groups Projects
Commit 509ea710 authored by Edward Wilde's avatar Edward Wilde Committed by Alex Ellis
Browse files

Update core OpenFaaS component in docker-compose


Signed-off-by: default avatarEdward Wilde <ewilde@gmail.com>
parent 03dc8824
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ services: ...@@ -3,7 +3,7 @@ services:
gateway: gateway:
ports: ports:
- 8080:8080 - 8080:8080
image: openfaas/gateway:0.18.2 image: openfaas/gateway:0.18.4
networks: networks:
- functions - functions
environment: environment:
...@@ -43,7 +43,7 @@ services: ...@@ -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 image: openfaas/basic-auth-plugin:0.18.4
networks: networks:
- functions - functions
environment: environment:
...@@ -122,7 +122,7 @@ services: ...@@ -122,7 +122,7 @@ services:
- "node.platform.os == linux" - "node.platform.os == linux"
queue-worker: queue-worker:
image: openfaas/queue-worker:0.8.1 image: openfaas/queue-worker:0.8.4
networks: networks:
- functions - functions
environment: environment:
......
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