13 lines
182 B
YAML
13 lines
182 B
YAML
---
|
|
host: test-app
|
|
applications:
|
|
- name: another-app
|
|
hosts:
|
|
- test-app1
|
|
- test-app2
|
|
- name: app
|
|
hosts:
|
|
- test-app1
|
|
domain: springsource.org
|
|
host: my-app
|
|
memory: 2048M |