Archived
2
This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
definma-api/manifest.yml

15 lines
249 B
YAML
Raw Normal View History

2020-01-14 13:25:13 +01:00
---
applications:
2020-07-09 13:48:27 +02:00
- name: definma-api
path: dist/
2020-01-14 13:25:13 +01:00
instances: 1
memory: 256M
stack: cflinuxfs3
buildpacks:
- nodejs_buildpack
env:
NODE_ENV: production
OPTIMIZE_MEMORY: true
services:
2020-07-09 13:48:27 +02:00
- definmadb