Add awslogs logging for PaaS

This commit is contained in:
bandesz
2017-02-13 18:04:08 +00:00
parent d0424e319c
commit 72dc93c6db
21 changed files with 238 additions and 230 deletions

26
manifest-api-base.yml Normal file
View File

@@ -0,0 +1,26 @@
---
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-db
- mmg
- firetext
- hosted-graphite
env:
NOTIFY_APP_NAME: public-api
CW_APP_NAME: api
instances: 1
memory: 512M
applications:
- name: notify-api
- name: notify-api-db-migration
command: sleep infinity
no-route: true
health-check-type: none
instances: 1
memory: 128M