-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
61 lines (59 loc) · 1.58 KB
/
render.yaml
File metadata and controls
61 lines (59 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Exported from Render on 2024-05-03T06:25:00Z
services:
- type: web
name: RoomMateCharacter
runtime: ruby
repo: https://github.com/gipsycloud/flat_character
plan: free
envVars:
- key: SMTP_USERNAME
sync: false
- key: SMTP_PASSWORD
sync: false
- key: REDIS_URL
sync: false
- key: DB_USERNAME
sync: false
- key: DB_PASSWORD
sync: false
- key: DB_HOST
sync: false
- key: CLOUDINARY_SECRET
sync: false
- key: CLOUDINARY_NAME
sync: false
- key: CLOUDINARY_KEY
sync: false
- key: RAILS_SERVE_STATIC_FILES
value: enabled
sync: false
region: singapore
buildCommand:
bundle install; bundle exec rake db:migrate; bundle exec rake assets:precompile;
bundle exec rake assets:clean;
startCommand: bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}
domains:
- matecharacter.zwewintmann.com
pullRequestPreviewsEnabled: true
- type: worker
name: RoomMateWorker
runtime: ruby
repo: https://github.com/gipsycloud/flat_character
plan: free
region: singapore
envVars:
- key: REDIS_URL
sync: false
startCommand: bundle exec sidekiq -C config/sidekiq.yml
# Exported from Render on 2025-08-26T06:03:58Z
databases:
- name: flatmate
databaseName: roommatecharacter_db_xf5o
user: roommatecharacter_user
plan: free
region: singapore
ipAllowList:
- source: 0.0.0.0/0
description: everywhere
postgresMajorVersion: "16"
version: "1"