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