Skip to content
Snippets Groups Projects
Commit 90335018 authored by Alex Ellis (VMware)'s avatar Alex Ellis (VMware)
Browse files

Add read-only support and annotations


The update to the gateway and faas-swarm add read-only containers
and the ability to use annotations in the function schema.

faas-cli 0.6.17 is required.

Signed-off-by: default avatarAlex Ellis (VMware) <alexellis2@gmail.com>
parent 50b030ff
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.7
image: openfaas/gateway:0.8.9
networks:
- functions
environment:
......@@ -43,7 +43,7 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock"
# ports:
# - 8081:8080
image: openfaas/faas-swarm:0.3.5
image: openfaas/faas-swarm:0.4.0
networks:
- functions
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