Files
notifications-admin/manifest-base.yml
2017-04-18 16:43:55 +01:00

18 lines
297 B
YAML

---
buildpack: python_buildpack
command: scripts/run_app_paas.sh gunicorn -w 5 -b 0.0.0.0:$PORT wsgi
services:
- notify-aws
- notify-config
- notify-template-preview
- hosted-graphite
- deskpro
instances: 1
memory: 1G
env:
NOTIFY_APP_NAME: admin
applications:
- name: notify-admin