init
This commit is contained in:
5
Readme.md
Normal file
5
Readme.md
Normal file
@@ -0,0 +1,5 @@
|
||||
## What is this?
|
||||
|
||||
This is a deploy to [render](https://render.com) button. Render is akin to heroku but has persistent storage, and generally much cheaper (includes a free tier).
|
||||
|
||||
[](https://render.com/deploy)
|
||||
13
render.yaml
Normal file
13
render.yaml
Normal 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
|
||||
Reference in New Issue
Block a user