mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
15 lines
270 B
YAML
15 lines
270 B
YAML
version: '2.1'
|
|
services:
|
|
verdaccio:
|
|
build: .
|
|
container_name: verdaccio
|
|
environment:
|
|
- VERDACCIO_PORT
|
|
ports:
|
|
- $VERDACCIO_PORT:$VERDACCIO_PORT
|
|
volumes:
|
|
- verdaccio-storage:/verdaccio/storage
|
|
volumes:
|
|
verdaccio:
|
|
driver: local
|