Add redis to blueprint

This commit is contained in:
Ryan W
2022-09-13 11:41:31 -07:00
parent a37785b30b
commit 5bf6909eae
+17
View File
@@ -4,6 +4,7 @@ databases:
user: mysite user: mysite
plan: free plan: free
services: services:
- type: web - type: web
name: mysite name: mysite
@@ -23,3 +24,19 @@ services:
property: connectionString property: connectionString
- key: SECRET_KEY_BASE - key: SECRET_KEY_BASE
sync: false # placeholder for a value to be added in the dashboard sync: false # placeholder for a value to be added in the dashboard
- key: REDIS_HOST
fromService:
type: redis
name: lightning
property: host # available properties are listed below
- key: REDIS_PORT
fromService:
type: redis
name: lightning
property: port
- type: redis
name: lightning
ipAllowList: # required
- source: 0.0.0.0/0
description: everywhere
plan: free