Rename ev-simulator to charging-stations-simulator
[e-mobility-charging-stations-simulator.git] / manifest-cf-template.yml
1 applications:
2 - name: charging-stations-simulator
3 memory: 1G
4 disk_quota: 1G
5 instances: 1
6 buildpacks:
7 - https://github.com/cloudfoundry/nodejs-buildpack
8 no-route: true
9 health-check-type: process
10 command: node -r source-map-support/register dist/start.js
11 env:
12 OPTIMIZE_MEMORY: true