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