10 lines
190 B
YAML
10 lines
190 B
YAML
|
---
|
||
|
applications:
|
||
|
- name: s3-manager
|
||
|
memory: 64M
|
||
|
buildpack: https://github.com/cloudfoundry/binary-buildpack.git
|
||
|
command: ./deployments/cf/entrypoint-cf.sh
|
||
|
|
||
|
services:
|
||
|
- my-storage
|