mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-10 01:56:03 -04:00
Run API on Paas
This commit is contained in:
19
manifest-api-db-migration.yml
Normal file
19
manifest-api-db-migration.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
|
||||
applications:
|
||||
- name: notify-api-db-migration
|
||||
buildpack: python_buildpack
|
||||
command: python db.py db upgrade && sleep infinity
|
||||
services:
|
||||
- notify-aws
|
||||
- notify-config
|
||||
- notify-db
|
||||
- mmg
|
||||
- firetext
|
||||
- hosted-graphite
|
||||
env:
|
||||
NOTIFY_APP_NAME: public-api
|
||||
no-route: true
|
||||
health-check-type: none
|
||||
instances: 1
|
||||
memory: 128M
|
||||
Reference in New Issue
Block a user