This commit is contained in:
Tommy Parnell
2022-01-06 15:13:32 -05:00
commit 0373c588f8
4 changed files with 138 additions and 0 deletions

17
render.yaml Normal file
View File

@@ -0,0 +1,17 @@
services:
- type: web
name: verdaccio
region: oregon # optional (defaults to oregon)
plan: starter # optional (defaults to starter)
env: docker
disk:
name: verdaccio-data
mountPath: /verdaccio/storage
sizeGB: 1 # optional
envVars:
- key: GITHUB_CLIENT_ID
sync: false
- key: GITHUB_CLIENT_SECRET
sync: false
- key: GITHUB_ORG
sync: false