Run API on Paas

This commit is contained in:
bandesz
2017-01-13 10:24:13 +00:00
parent d759842adc
commit fd66fbd719
29 changed files with 703 additions and 44 deletions
+19
View File
@@ -0,0 +1,19 @@
---
applications:
- name: notify-api
buildpack: python_buildpack
command: gunicorn -w 5 -b 0.0.0.0:$PORT wsgi
services:
- notify-aws
- notify-config
- notify-db
- mmg
- firetext
- hosted-graphite
env:
NOTIFY_APP_NAME: public-api
routes:
- route: notify-api-sandbox.cloudapps.digital
instances: 1
memory: 512M