mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-14 09:03:33 -05:00
Replace Procfile with command in manifest
This commit is contained in:
@@ -4,6 +4,7 @@ applications:
|
|||||||
buildpack: python_buildpack
|
buildpack: python_buildpack
|
||||||
instances: ((instances))
|
instances: ((instances))
|
||||||
memory: ((memory))
|
memory: ((memory))
|
||||||
|
command: gunicorn -c /home/vcap/app/gunicorn_config.py application
|
||||||
health-check-type: http
|
health-check-type: http
|
||||||
health-check-http-endpoint: '/_status?simple=true'
|
health-check-http-endpoint: '/_status?simple=true'
|
||||||
health-check-invocation-timeout: 10
|
health-check-invocation-timeout: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user