From 1f93fc889ca33a729e3526f44e5684ef7fdb4290 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Wed, 23 Aug 2017 18:21:54 +0100 Subject: [PATCH] add new cf performance-platform service to manifest --- manifest-api-base.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest-api-base.yml b/manifest-api-base.yml index 0a79d96bd..9eb4ceb70 100644 --- a/manifest-api-base.yml +++ b/manifest-api-base.yml @@ -1,4 +1,4 @@ ---- +#--- buildpack: python_buildpack command: scripts/run_app_paas.sh gunicorn -w 5 -b 0.0.0.0:$PORT wsgi @@ -10,6 +10,7 @@ services: - firetext - hosted-graphite - redis + - performance-platform env: NOTIFY_APP_NAME: public-api CW_APP_NAME: api