mirror of
https://github.com/BradNut/TofuStack
synced 2025-09-08 17:40:26 +00:00
fixed render.yaml
This commit is contained in:
parent
8bf055e6c8
commit
3d56a22295
1 changed files with 5 additions and 3 deletions
|
|
@ -11,15 +11,17 @@ services:
|
||||||
envVars:
|
envVars:
|
||||||
- key: DATABASE_URL
|
- key: DATABASE_URL
|
||||||
fromDatabase:
|
fromDatabase:
|
||||||
name: db
|
name: tarostack
|
||||||
property: connectionString
|
property: connectionString
|
||||||
- key: REDIS_URL
|
- key: REDIS_URL
|
||||||
fromDatabase:
|
fromService:
|
||||||
name: redis
|
name: redis
|
||||||
|
type: redis
|
||||||
property: connectionString
|
property: connectionString
|
||||||
- key: PUBLIC_ORIGIN
|
- key: PUBLIC_ORIGIN
|
||||||
fromDatabase:
|
fromService:
|
||||||
name: web
|
name: web
|
||||||
|
type: web
|
||||||
property: host
|
property: host
|
||||||
- type: redis
|
- type: redis
|
||||||
name: redis
|
name: redis
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue