-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
49 lines (49 loc) · 1.05 KB
/
render.yaml
File metadata and controls
49 lines (49 loc) · 1.05 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
services:
- type: web
name: ote
env: docker
repo: https://github.com/attogram/ote
region: oregon
plan: free
healthCheckPath: /
buildCommand: 'php artisan migrate --force'
envVars:
- key: DB_CONNECTION
value: pgsql
- key: DB_HOST
fromService:
type: psql
name: ote-db
property: host
- key: DB_PORT
fromService:
type: psql
name: ote-db
property: port
- key: DB_DATABASE
fromService:
type: psql
name: ote-db
property: database
- key: DB_USERNAME
fromService:
type: psql
name: ote-db
property: user
- key: DB_PASSWORD
fromService:
type: psql
name: ote-db
property: password
- key: APP_KEY
generateValue: true
- key: APP_URL
fromService:
type: web
name: ote
property: url
- type: psql
name: ote-db
region: oregon
plan: free
version: "14"