10 lines
126 B
YAML
10 lines
126 B
YAML
---
|
|
host: test-app
|
|
hosts:
|
|
- test-app1
|
|
- test-app2
|
|
applications:
|
|
- name: another-app
|
|
- name: app
|
|
host: my-app
|
|
memory: 2048M |