From 9bd839ad25c5720539c4b8737762e1b4f15594a8 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Fri, 14 Apr 2017 17:08:07 +0100 Subject: [PATCH] Remove Alexa from sample stack --- docker-compose.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a39c7ee4..0238c4fd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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