Add redis to blueprint
This commit is contained in:
+17
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user