Skip to content

Commit

Permalink
redis (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttizze authored Jul 17, 2024
1 parent b6be924 commit 082c79d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
runtime: node
repo: https://github.com/ttizze/eveeve
branch: feature/render
plan: free
plan: starter
region: singapore
buildCommand: bun run install-and-build
startCommand: bunx prisma migrate deploy && bunx prisma generate && bun run start
Expand All @@ -20,7 +20,8 @@ services:
name: remixdb
property: connectionString

services:
- type: redis
name: eveeve-redis
ipAllowList: []
- type: redis
name: eveeve-redis
plan: free
region: singapore
ipAllowList: []

0 comments on commit 082c79d

Please sign in to comment.