mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-27 13:51:12 -05:00
17 lines
366 B
YAML
17 lines
366 B
YAML
---
|
|
|
|
applications:
|
|
- name: notify-admin
|
|
buildpack: python_buildpack
|
|
command: gunicorn -w 5 -b 0.0.0.0:$PORT wsgi
|
|
services:
|
|
- notify-aws
|
|
- notify-config
|
|
- hosted-graphite
|
|
- deskpro
|
|
routes:
|
|
- route: notify-admin-staging.cloudapps.digital
|
|
- route: admin-paas.staging-notify.works
|
|
instances: 2
|
|
memory: 2048M
|