-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
51 lines (50 loc) · 1.16 KB
/
Copy pathrender.yaml
File metadata and controls
51 lines (50 loc) · 1.16 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
services:
- type: web
name: certifyhub-app
runtime: docker
plan: free
region: oregon
autoDeployTrigger: commit
healthCheckPath: /up
dockerfilePath: ./Dockerfile
envVars:
- key: APP_NAME
value: CertifyHub
- key: APP_ENV
value: production
- key: APP_DEBUG
value: "false"
- key: APP_KEY
generateValue: true
- key: APP_URL
sync: false
- key: LOG_CHANNEL
value: stack
- key: LOG_LEVEL
value: info
- key: DB_CONNECTION
value: pgsql
- key: DB_URL
fromDatabase:
name: certifyhub-db-v2
property: connectionString
- key: QUEUE_CONNECTION
value: database
- key: QUEUE_FALLBACK_AFTER_RESPONSE
value: "true"
- key: QUEUE_FALLBACK_TIMEOUT
value: "60"
- key: QUEUE_FALLBACK_MEMORY
value: "128"
- key: SESSION_DRIVER
value: file
- key: CACHE_STORE
value: file
- key: FILESYSTEM_DISK
value: local
databases:
- name: certifyhub-db-v2
plan: free
region: oregon
databaseName: certifyhub-db-v2
user: certifyhub_admin