Files
notifications-admin/manifest-base.yml

18 lines
392 B
YAML
Raw Normal View History

2017-02-14 16:17:30 +00:00
---
buildpack: python_buildpack
command: scripts/run_app_paas.sh gunicorn -c /home/vcap/app/gunicorn_config.py --error-logfile /home/vcap/logs/gunicorn_error.log -w 5 -b 0.0.0.0:$PORT application
2017-02-14 16:17:30 +00:00
services:
- notify-aws
- notify-config
- notify-template-preview
2017-02-14 16:17:30 +00:00
- hosted-graphite
- deskpro
instances: 1
2017-03-06 14:47:04 +00:00
memory: 1G
2017-02-14 16:17:30 +00:00
env:
NOTIFY_APP_NAME: admin
applications:
- name: notify-admin