Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanpicado/verdaccio-heroku-example
heroku docker and verdaccio deployment example
https://github.com/juanpicado/verdaccio-heroku-example
docker heroku verdaccio
Last synced: 2 months ago
JSON representation
heroku docker and verdaccio deployment example
- Host: GitHub
- URL: https://github.com/juanpicado/verdaccio-heroku-example
- Owner: juanpicado
- Created: 2022-01-30T18:19:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T20:42:37.000Z (almost 3 years ago)
- Last Synced: 2023-03-12T05:19:21.480Z (almost 2 years ago)
- Topics: docker, heroku, verdaccio
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Verdaccio deployment in Heroku
Based on inspiration of [https://github.com/autotelic/verdaccio-heroku-docker](https://github.com/autotelic/verdaccio-heroku-docker) and [God Q Superman blog](https://medium.com/starbugs/%E7%94%A8-verdaccio-%E5%BF%AB%E9%80%9F%E5%BB%BA%E7%AB%8B%E5%B0%88%E5%B1%AC%E7%9A%84-private-npm-proxy-%E4%B8%A6%E9%83%A8%E7%BD%B2%E5%88%B0-heroku-%E4%B8%8A-7866d2a0494c).
## Deploy
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
Create a project and follow the blog steps, deploy and release the app.
```bash
heroku container:login
heroku container:push web
heroku container:release web
```## Demo
[Demo website](https://verdaccio-test1.herokuapp.com/).