File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 19
19
containers :
20
20
- name : redis
21
21
image : redis:alpine
22
+ command :
23
+ - " sh"
24
+ - " -euc"
25
+ - |
26
+ echo "requirepass '$$REDIS_PASSWORD'" > /etc/redis.conf
27
+ exec redis-server /etc/redis.conf
28
+ env :
29
+ - name : REDIS_PASSWORD
30
+ value : " REPLACE_WITH_SECURE_REDIS_PASSWORD"
22
31
resources :
23
32
limits :
24
33
cpu : 50m
@@ -102,6 +111,8 @@ spec:
102
111
value : " REPLACE_WITH_SECURE_POSTGRES_PASSWORD"
103
112
- name : SECRETS_rabbitmq_password
104
113
value : " REPLACE_WITH_SECURE_RABBITMQ_PASSWORD"
114
+ - name : SECRETS_redis_password
115
+ value : " REPLACE_WITH_SECURE_REDIS_PASSWORD"
105
116
- name : SSL_CERTIFICATE_GENERATION
106
117
value : " self-signed"
107
118
# Uncomment this when configuring the mobile push notifications service
You can’t perform that action at this time.
0 commit comments