Files
baclight/render.yaml
T

26 lines
615 B
YAML
Raw Normal View History

2022-09-10 15:56:53 -07:00
databases:
- name: mysite
databaseName: mysite
user: mysite
2022-09-10 16:07:24 -07:00
plan: free
2022-09-10 15:56:53 -07:00
2022-09-10 15:46:31 -07:00
services:
- type: web
2022-09-10 16:32:33 -07:00
name: mysite
2022-09-10 15:46:31 -07:00
env: docker
2022-09-10 16:01:07 -07:00
dockerfilePath: ./production.Dockerfile
2022-09-10 15:46:31 -07:00
repo: https://github.com/ryanwi/rails7-on-docker
2022-09-10 15:47:39 -07:00
region: oregon
2022-09-10 15:46:31 -07:00
branch: main
2022-09-10 15:47:39 -07:00
plan: free
2022-09-10 17:24:59 -07:00
dockerCommand: "bundle exec puma -C config/puma.rb"
2022-09-10 15:46:31 -07:00
numInstances: 1
healthCheckPath: /
2022-09-10 16:32:33 -07:00
envVars:
- key: DATABASE_URL
fromDatabase:
name: mysite
property: connectionString
2022-09-10 17:12:12 -07:00
- key: SECRET_KEY_BASE
2022-09-10 18:03:54 -07:00
sync: false # placeholder for a value to be added in the dashboard