File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- name : analytics-reporter-api
3
- # We're pinning the buildpack temporarily to a version that supports Node 10.x
4
- # Support for those versions was removed in v1.7.53 of the buildpack:
5
- # https://github.com/cloudfoundry/nodejs-buildpack/releases/tag/v1.7.53
6
- # TODO - update the app to use a newer (still supported) version of Node
7
- buildpack : https://github.com/cloudfoundry/nodejs-buildpack
8
- memory : 128M
9
- instances : 2
10
- command : " chmod +x ./entrypoint.sh && ./entrypoint.sh && npm start"
11
- services :
12
- - analytics-reporter-database
13
- stack : cflinuxfs4
2
+ applications :
3
+ - name : analytics-reporter-api
4
+ buildpack : https://github.com/cloudfoundry/nodejs-buildpack
5
+ memory : 128M
6
+ instances : 2
7
+ command : " chmod +x ./entrypoint.sh && ./entrypoint.sh && npm start"
8
+ services :
9
+ - analytics-reporter-database
10
+ stack : cflinuxfs4
You can’t perform that action at this time.
0 commit comments