0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00
verdaccio/docker-examples/v5/plugins/docker-extend/docker-compose.yaml
Juan Picado f168b2512e
chore: disable yarn local cache enableGlobalCache (#2254)
* chore: add yarn local  cache

* update list files docker publish

* add example extending with plugins and yarn2
2021-05-14 08:04:19 +02:00

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