Fix duration formatting for large one
[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 timeout: 30
11 command: node -r source-map-support/register dist/start.js
12 env:
13 OPTIMIZE_MEMORY: true