Sign inSign up

airtonix/unpm-www

By airtonix

Updated almost 10 years ago

Containerised web frontend for unpm (or any npm registry)

Image
0

1.1K

airtonix/unpm-www repository overview

docker-unpm-www

Containerised web frontend for unpm (or any npm registry)

Sources

Development

experiemental

$ docker-compose up

Deployment

Rancher

Ssh into your rancher instance

$ ssh rancher
[rancher@rancher ~]$ sudo mkdir -p /mnt/Services/unpm

Then go :

  1. Stacks > All > Create Stack
  2. Name: uNpm
  3. Paste below into docker-compose field

web:
  image: airtonix/unpm-www
  ports:
    - "8999:8999"
  links:
    - "registry:registry"
  environment:
    - UNPM_WWW_REGISTRY=http://registry:8123

registry:
  image: 'morlay/unpm'
  ports:
    - '8123:8123'
  volumes:
    - '/mnt/Services/unpm:/unpm/data'

Tag summary

Content type

Image

Digest

Size

17.3 MB

Last updated

almost 10 years ago

docker pull airtonix/unpm-www