mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-27 12:40:55 -04:00
17 lines
271 B
YAML
17 lines
271 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
|
|
- hosted-graphite
|
|
- deskpro
|
|
instances: 1
|
|
memory: 512M
|
|
env:
|
|
NOTIFY_APP_NAME: admin
|
|
|
|
applications:
|
|
- name: notify-admin
|