Remove explicit binding to Redis

A redis instance is only required to export the metrics. Such feature is
not required for development and staging environment.
This commit is contained in:
Stephane Nicoll
2016-02-10 13:48:37 +01:00
parent caaa13a629
commit 7f6d348a3b

View File

@@ -2,9 +2,6 @@
applications: applications:
- name: start - name: start
memory: 1024M memory: 1024M
instances: 1
host: start-development host: start-development
domain: cfapps.io domain: cfapps.io
path: . path: .
services:
- start-redis