This commit is contained in:
Tommy Parnell
2022-01-05 11:21:22 -05:00
commit 22d840305f
2 changed files with 18 additions and 0 deletions

13
render.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
# A Docker web service
- type: web
name: verdaccio
env: docker
repo: https://github.com/TerribleDev/verdaccio/blob/master # optional
region: oregon # optional (defaults to oregon)
plan: free # optional (defaults to starter)
branch: master # optional (uses repo default)
disk:
name: verdaccio-data
mountPath: /verdaccio/storage
sizeGB: 1 # optional