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:
|
envVars:
|
||||||
- key: DATABASE_URL
|
- key: DATABASE_URL
|
||||||
fromDatabase:
|
fromDatabase:
|
||||||
name: db
|
name: postgres
|
||||||
property: connectionString
|
property: connectionString
|
||||||
- key: PUBLIC_ORIGIN
|
- key: PUBLIC_ORIGIN
|
||||||
fromDatabase:
|
fromDatabase:
|
||||||
name: web
|
name: web
|
||||||
property: host
|
property: host
|
||||||
- type: redis
|
- type: redis
|
||||||
name: private redis
|
name: redis
|
||||||
ipAllowList: [] # Only allow internal connections
|
ipAllowList: [] # Only allow internal connections
|
||||||
|
|
||||||
databases:
|
databases:
|
||||||
- name: db
|
- name: postgres
|
||||||
databaseName: postgres
|
databaseName: postgres
|
||||||
ipAllowList: []
|
ipAllowList: []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue