add new cf performance-platform service to manifest

This commit is contained in:
Leo Hemsted
2017-08-23 18:21:54 +01:00
parent bd2682b521
commit 1f93fc889c

View File

@@ -1,4 +1,4 @@
--- #---
buildpack: python_buildpack buildpack: python_buildpack
command: scripts/run_app_paas.sh gunicorn -w 5 -b 0.0.0.0:$PORT wsgi command: scripts/run_app_paas.sh gunicorn -w 5 -b 0.0.0.0:$PORT wsgi
@@ -10,6 +10,7 @@ services:
- firetext - firetext
- hosted-graphite - hosted-graphite
- redis - redis
- performance-platform
env: env:
NOTIFY_APP_NAME: public-api NOTIFY_APP_NAME: public-api
CW_APP_NAME: api CW_APP_NAME: api