Skip to content

Commit

Permalink
- Testing with latest nginx buildpack
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Sep 20, 2024
1 parent 8c121d9 commit dfa6de8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions tdrs-frontend/manifest.buildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfa6de8

Please sign in to comment.