We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761ac4e commit 70aacf6Copy full SHA for 70aacf6
1 file changed
render.yaml
@@ -0,0 +1,21 @@
1
+services:
2
+ - type: web
3
+ name: moontvplus
4
+ runtime: docker
5
+ plan: free
6
+ dockerfilePath: ./Dockerfile
7
+ envVars:
8
+ - key: USERNAME
9
+ generateValue: true
10
+ - key: PASSWORD
11
12
+ - key: NEXT_PUBLIC_STORAGE_TYPE
13
+ value: upstash
14
+ - key: UPSTASH_URL
15
+ sync: false
16
+ - key: UPSTASH_TOKEN
17
18
+ - key: NEXT_PUBLIC_SITE_NAME
19
+ value: MoonTVPlus
20
+ - key: CRON_PASSWORD
21
+ value: mtvpls
0 commit comments