diff --git a/tdrs-frontend/manifest.buildpack.yml b/tdrs-frontend/manifest.buildpack.yml index 82264568c..8236ac06c 100755 --- a/tdrs-frontend/manifest.buildpack.yml +++ b/tdrs-frontend/manifest.buildpack.yml @@ -3,12 +3,15 @@ version: 1 applications: - name: tdp-frontend timeout: 180 - memory: 256M - instances: 1 - disk_quota: 256M buildpacks: - - https://github.com/cloudfoundry/nginx-buildpack.git#v1.2.6 + - https://github.com/cloudfoundry/nginx-buildpack.git#v1.2.19 + - https://github.com/cloudfoundry/binary-buildpack processes: + - type: web + memory: 256M + instances: 1 + disk_quota: 256M + command: nginx -p /home/vcap/app -c ./nginx.conf - type: worker memory: 128M instances: 1