-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrender.yaml
More file actions
37 lines (35 loc) · 920 Bytes
/
render.yaml
File metadata and controls
37 lines (35 loc) · 920 Bytes
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
services:
- type: web
name: billgen-pro
env: docker
dockerfilePath: ./Dockerfile
dockerContext: .
plan: free
region: oregon
envVars:
- key: SPRING_JPA_HIBERNATE_DDL_AUTO
value: update
- key: SPRING_THYMELEAF_CACHE
value: true
- key: LOGGING_LEVEL_COM_BILLGENPRO
value: INFO
- key: PORT
value: 5000
# Database configuration - update with your database service
- key: SPRING_DATASOURCE_URL
fromDatabase:
name: billgenpro-db
property: connectionString
- key: SPRING_DATASOURCE_USERNAME
fromDatabase:
name: billgenpro-db
property: username
- key: SPRING_DATASOURCE_PASSWORD
fromDatabase:
name: billgenpro-db
property: password
databases:
- name: billgenpro-db
plan: free
databaseName: billgenpro
user: billgenuser