mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
9a4f81c2cb
- also works for docker-compose - updated docs accordingly - included .dockerignore to speed up build
15 lines
225 B
YAML
15 lines
225 B
YAML
version: '2.1'
|
|
services:
|
|
verdaccio:
|
|
build: .
|
|
container_name: verdaccio
|
|
environment:
|
|
- PORT
|
|
ports:
|
|
- $PORT:$PORT
|
|
volumes:
|
|
- verdaccio:/verdaccio
|
|
volumes:
|
|
verdaccio:
|
|
driver: local
|