mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-11 09:27:56 -04:00
20 lines
422 B
YAML
20 lines
422 B
YAML
---
|
|
|
|
applications:
|
|
- name: notify-delivery-celery-beat
|
|
buildpack: python_buildpack
|
|
health-check-type: none
|
|
no-route: true
|
|
services:
|
|
- notify-aws
|
|
- notify-config
|
|
- notify-db
|
|
- mmg
|
|
- firetext
|
|
- hosted-graphite
|
|
instances: 2
|
|
memory: 128M
|
|
command: celery -A aws_run_celery.notify_celery beat --loglevel=INFO
|
|
env:
|
|
NOTIFY_APP_NAME: delivery-celery-beat
|