Push to latest gateway version

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis 2017-10-23 19:05:27 +01:00
parent c92b462f36
commit 73e702d908
2 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock" - "/var/run/docker.sock:/var/run/docker.sock"
ports: ports:
- 8080:8080 - 8080:8080
image: functions/gateway:0.6.6d image: functions/gateway:0.6.7
networks: networks:
- functions - functions
environment: environment:
@ -129,7 +129,7 @@ services:
# Uses `cat` to echo back response, fastest function to execute. # Uses `cat` to echo back response, fastest function to execute.
echoit: echoit:
image: functions/alpine:health image: functions/alpine:latest
labels: labels:
function: "true" function: "true"
depends_on: depends_on:

View File

@ -5,7 +5,7 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock" - "/var/run/docker.sock:/var/run/docker.sock"
ports: ports:
- 8080:8080 - 8080:8080
image: functions/gateway:0.6.6d image: functions/gateway:0.6.7
networks: networks:
- functions - functions
environment: environment:
@ -107,7 +107,7 @@ services:
# Uses `cat` to echo back response, fastest function to execute. # Uses `cat` to echo back response, fastest function to execute.
echoit: echoit:
image: functions/alpine:health image: functions/alpine:latest
labels: labels:
function: "true" function: "true"
depends_on: depends_on:
@ -126,7 +126,7 @@ services:
# Counts words in request with `wc` utility # Counts words in request with `wc` utility
wordcount: wordcount:
image: functions/alpine:health image: functions/alpine:latest
labels: labels:
function: "true" function: "true"
com.faas.max_replicas: "10" com.faas.max_replicas: "10"
@ -146,7 +146,7 @@ services:
# Calculates base64 representation of request body. # Calculates base64 representation of request body.
base64: base64:
image: functions/alpine:health image: functions/alpine:latest
labels: labels:
function: "true" function: "true"
depends_on: depends_on:
@ -165,7 +165,7 @@ services:
# Decodes base64 representation of request body. # Decodes base64 representation of request body.
decodebase64: decodebase64:
image: functions/alpine:health image: functions/alpine:latest
labels: labels:
function: "true" function: "true"
depends_on: depends_on: