fixed render.yaml

This commit is contained in:
rykuno 2024-06-26 17:20:34 -05:00
parent 8bf055e6c8
commit 3d56a22295

View file

@ -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