From db49ae54ad528d521aaf2a3cf2dec1d89525dd92 Mon Sep 17 00:00:00 2001 From: Frank van der Linden Date: Tue, 17 Dec 2019 18:53:58 +0100 Subject: [PATCH] add manifest file to deploy the application to the cloud --- manifest.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 manifest.yml diff --git a/manifest.yml b/manifest.yml new file mode 100644 index 0000000..258c10b --- /dev/null +++ b/manifest.yml @@ -0,0 +1,7 @@ +applications: + - name: document-conversion-api + instances: 1 + memory: 768M + disk_quota: 512M + path: target/document-conversion-api.jar + host: document-conversion-api