mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
f168b2512e
* chore: add yarn local cache * update list files docker publish * add example extending with plugins and yarn2
15 lines
331 B
YAML
15 lines
331 B
YAML
version: '2.1'
|
|
services:
|
|
verdaccio:
|
|
environment:
|
|
- DEBUG=verdaccio*
|
|
image: verdaccio/verdaccio:local-s3
|
|
container_name: verdaccio-5-docker-local-storage-vol
|
|
ports:
|
|
- '4873:4873'
|
|
volumes:
|
|
- './storage:/verdaccio/storage'
|
|
- './conf:/verdaccio/conf'
|
|
volumes:
|
|
verdaccio:
|
|
driver: local
|