Containerised web frontend for unpm (or any npm registry)
1.1K
Containerised web frontend for unpm (or any npm registry)
experiemental
$ docker-compose up
Ssh into your rancher instance
$ ssh rancher
[rancher@rancher ~]$ sudo mkdir -p /mnt/Services/unpm
Then go :
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'
Content type
Image
Digest
Size
17.3 MB
Last updated
almost 10 years ago
docker pull airtonix/unpm-www