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