mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
Move process commands from Procfile to manifest.yml
This commit is contained in:
10
manifest.yml
10
manifest.yml
@@ -17,6 +17,16 @@ applications:
|
||||
- notifications-api-csv-upload-bucket-((env))
|
||||
- notifications-api-contact-list-bucket-((env))
|
||||
|
||||
processes:
|
||||
- type: web
|
||||
instances: ((web_instances))
|
||||
memory: ((web_memory))
|
||||
command: ./scripts/run_app_paas.sh gunicorn -c ./gunicorn_config.py application
|
||||
- type: worker
|
||||
instances: ((worker_instances))
|
||||
memory: ((worker_memory))
|
||||
command: ./scripts/run_app_paas.sh celery -A run_celery.notify_celery worker --loglevel=INFO --concurrency=4
|
||||
|
||||
env:
|
||||
NOTIFY_APP_NAME: api
|
||||
NOTIFY_LOG_PATH: /home/vcap/logs/app.log
|
||||
|
||||
Reference in New Issue
Block a user