Remove Alexa from sample stack

This commit is contained in:
Alex Ellis 2017-04-14 17:08:07 +01:00
parent ee95e272cc
commit 9bd839ad25

View File

@ -161,19 +161,6 @@ services:
no_proxy: "gateway"
https_proxy: $https_proxy
# Example of Alexa SDK skill, set skill to invoke HTTPs endpoint in Amazon Alexa Skills page.
alexacolorchange:
labels:
function: "true"
image: alexellis2/faas-alexachangecolorintent
depends_on:
- gateway
networks:
- functions
environment:
no_proxy: "gateway"
https_proxy: $https_proxy
networks:
functions:
driver: overlay