forked from Twingate-Labs/tg-render
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrender.yaml
33 lines (32 loc) · 876 Bytes
/
render.yaml
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:
# this is the Twingate connector that allows access into the Render private network.
- type: worker
name: twingate-connector
branch: main
env: docker
dockerfilePath: ./twingate/Dockerfile
dockerContext: ./twingate
autoDeploy: false
envVars:
- key: TENANT_URL
sync: false
- key: ACCESS_TOKEN
sync: false
- key: REFRESH_TOKEN
sync: false
- key: TWINGATE_LOG_ANALYTICS
value: "v1"
- key: TWINGATE_LABEL_DEPLOYEDBY
value: "render"
# this is a stand-in for a private web service in your Render team
- type: pserv
name: twingate-private-service
branch: main
env: docker
autoDeploy: false
dockerFilePath: ./example-pserv/Dockerfile
dockerContext: ./example-pserv
databases:
- name: twingate-postgres
plan: basic-256mb
diskSizeGB: 1