1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00
verdaccio/docker-compose.yaml
2018-08-20 16:31:39 +02:00

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