Skip to content

Commit

Permalink
Correcting paths
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 14, 2024
1 parent ec56e1f commit 6d78d53
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docker/baget/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,22 @@ services:
condition: service_started

npm:
image: verdaccio/verdaccio
image: verdaccio/verdaccio:latest
container_name: npm
restart: unless-stopped
stop_grace_period: 5s
stop_signal: SIGINT
environment:
- VERDACCIO_PORT=8080
volumes:
- ./verdacio/conf:/verdaccio/conf \
- ./verdacio/plugins:/verdaccio/plugins \
- /cache/npm/storage:/verdaccio/storage \
- ./verdacio/conf:/verdaccio/conf
- ./verdacio/plugins:/verdaccio/plugins
- /cache/npm/storage:/verdaccio/storage
healthcheck:
test: wget --no-verbose --tries=1 --spider http://127.0.0.1:8080 || exit 1
interval: 5s
timeout: 4s
retries: 5

nginx:
image: nginx:stable-alpine
Expand Down

0 comments on commit 6d78d53

Please sign in to comment.