Skip to content

Instantly share code, notes, and snippets.

@esslamben
Last active August 2, 2020 23:30
Show Gist options
  • Save esslamben/38e935700aae6ab5c01ff172a099f30e to your computer and use it in GitHub Desktop.
Save esslamben/38e935700aae6ab5c01ff172a099f30e to your computer and use it in GitHub Desktop.
NPM Registry
version: '3.1'
services:
verdaccio:
image: verdaccio/verdaccio
container_name: "verdaccio"
networks:
- node-network
environment:
- VERDACCIO_PORT=4873
ports:
- "4873:4873"
volumes:
- "./storage:/verdaccio/storage"
- "./conf:/verdaccio/conf"
- "./plugins:/verdaccio/plugins"
networks:
node-network:
driver: bridge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment