build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / manifest-cf-template.yml
CommitLineData
7dde0b73 1applications:
7f774a55 2 - name: e-mobility-charging-stations-simulator
e7aeea18 3 memory: 1G
6628cd10 4 disk_quota: 4G
e7aeea18
JB
5 instances: 1
6 buildpacks:
7 - https://github.com/cloudfoundry/nodejs-buildpack
b803eefa
JB
8 # no-route: true
9 routes:
10 - route: e-mobility-charging-stations-simulator.cfapps.sap.hana.ondemand.com
e7aeea18 11 health-check-type: process
59bed532 12 command: node dist/start.js
e7aeea18
JB
13 env:
14 # OPTIMIZE_MEMORY: true
5b373a23 15 NODE_OPTIONS: --enable-source-maps --max-old-space-size=768