mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-30 02:50:03 -04:00
bind to notify-redis automatically
this ensures that if we create a new version of the app, it'll connect to redis properly (for example a UR prototype)
This commit is contained in:
@@ -33,6 +33,7 @@ applications:
|
||||
- logit-ssl-syslog-drain
|
||||
- notify-prometheus
|
||||
- notify-splunk
|
||||
- notify-redis
|
||||
|
||||
env:
|
||||
NOTIFY_APP_NAME: admin
|
||||
@@ -61,6 +62,5 @@ applications:
|
||||
TEMPLATE_PREVIEW_API_KEY: '{{ TEMPLATE_PREVIEW_API_KEY }}'
|
||||
|
||||
REDIS_ENABLED: '{{ REDIS_ENABLED }}'
|
||||
REDIS_URL: '{{ REDIS_URL }}'
|
||||
|
||||
NOTIFY_BILLING_DETAILS: '{{ NOTIFY_BILLING_DETAILS | tojson }}'
|
||||
|
||||
Reference in New Issue
Block a user