bind to notify-redis automatically

this ensures all apps are bound to redis (for example any new worker
types)
This commit is contained in:
Leo Hemsted
2022-04-19 14:54:10 +01:00
parent f67f5d987d
commit bf083b28aa

View File

@@ -99,6 +99,7 @@ applications:
services:
- notify-db
- notify-redis
- logit-ssl-syslog-drain
{% if CF_APP == 'notify-api' %}
- notify-prometheus
@@ -144,7 +145,6 @@ applications:
FIRETEXT_INBOUND_SMS_AUTH: '{{ FIRETEXT_INBOUND_SMS_AUTH | tojson }}'
REDIS_ENABLED: '{{ REDIS_ENABLED }}'
REDIS_URL: '{{ REDIS_URL }}'
TEMPLATE_PREVIEW_API_HOST: '{{ TEMPLATE_PREVIEW_API_HOST }}'
TEMPLATE_PREVIEW_API_KEY: '{{ TEMPLATE_PREVIEW_API_KEY }}'