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:
Leo Hemsted
2022-04-19 14:56:10 +01:00
parent d636bd9ae0
commit d4a58c706b

View File

@@ -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 }}'