forked from magicstx/magic-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
32 lines (31 loc) · 752 Bytes
/
render.yaml
File metadata and controls
32 lines (31 loc) · 752 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
services:
- name: bridge-app
type: pserv
env: node
buildCommand: NODE_ENV=development yarn && NODE_ENV=production yarn build
startCommand: yarn start
envVars:
- key: NODE_ENV
value: production
- key: NEXT_PUBLIC_NETWORK
sync: false
- name: nginx
dockerfilePath: ./nginx/nginx.Dockerfile
dockerContext: ./nginx
env: docker
type: web
envVars:
- key: FORWARD_HOST
fromService:
name: bridge-app
type: pserv
property: host
- key: FORWARD_PORT
fromService:
name: bridge-app
type: pserv
property: port
- key: BASIC_USERNAME
sync: false
- key: BASIC_PASSWORD
sync: false