mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-08 02:14:55 +08:00
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:
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user