Files
notifications-admin/manifest-base.yml

17 lines
269 B
YAML
Raw Normal View History

2017-02-14 16:17:30 +00:00
---
buildpack: python_buildpack
command: scripts/run_app_paas.sh gunicorn -w 5 -b 0.0.0.0:$PORT wsgi
services:
- notify-aws
- notify-config
- 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