9 lines
328 B
YAML
9 lines
328 B
YAML
# Configuration file for Cloud Foundry, see https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html
|
|
applications:
|
|
- name: taskana-rest
|
|
path: rest/taskana-rest-spring-example/target/taskana-rest-spring-example.jar
|
|
buildpacks:
|
|
- https://github.com/cloudfoundry/java-buildpack.git
|
|
memory: 640M
|
|
disk_quota: 256M
|