mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 08:21:13 -05:00
20 lines
388 B
YAML
20 lines
388 B
YAML
|
|
---
|
||
|
|
|
||
|
|
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
|