-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathrender.yaml
More file actions
33 lines (32 loc) · 894 Bytes
/
render.yaml
File metadata and controls
33 lines (32 loc) · 894 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
services:
- type: web
name: dcup-web
runtime: docker
dockerContext: .
dockerfilePath: ./Dockerfile
envVars:
- key: NEXT_PUBLIC_GOOGLE_CLIENT_ID
sync: false
- key: NEXT_PUBLIC_GOOGLE_API_KEY
sync: false
- key: NEXT_PUBLIC_PAYMENT
sync: false
- key: NEXT_PUBLIC_PADDLE_ENV
sync: false
- key: NEXT_PUBLIC_PADDLE_SUCCESSURL
sync: false
- key: NEXT_PUBLIC_PADDLE_CLIENT_TOKEN
sync: false
- key: NEXT_PUBLIC_PADDLE_BASIC_PRICE_ID
sync: false
- key: NEXT_PUBLIC_PADDLE_PRO_PRICE_ID
sync: false
- key: NEXT_PUBLIC_PADDLE_BUSINESS_PRICE_ID
sync: false
- key: NEXT_PUBLIC_PADDLE_ENTERPRISE_PRICE_ID
sync: false
- type: pserv
name: parser
runtime: docker
dockerContext: ./svc_parser
dockerfilePath: ./svc_parser/Dockerfile