mirror of
https://github.com/BradNut/TofuStack
synced 2025-09-08 17:40:26 +00:00
updated render.yaml
This commit is contained in:
parent
c2eb0df2da
commit
8fb7a0ea9d
1 changed files with 3 additions and 3 deletions
|
|
@ -11,17 +11,17 @@ services:
|
|||
envVars:
|
||||
- key: DATABASE_URL
|
||||
fromDatabase:
|
||||
name: db
|
||||
name: postgres
|
||||
property: connectionString
|
||||
- key: PUBLIC_ORIGIN
|
||||
fromDatabase:
|
||||
name: web
|
||||
property: host
|
||||
- type: redis
|
||||
name: private redis
|
||||
name: redis
|
||||
ipAllowList: [] # Only allow internal connections
|
||||
|
||||
databases:
|
||||
- name: db
|
||||
- name: postgres
|
||||
databaseName: postgres
|
||||
ipAllowList: []
|
||||
|
|
|
|||
Loading…
Reference in a new issue