Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored and aayushRedHat committed Jan 9, 2024
1 parent 672e437 commit b182d0f
Show file tree
Hide file tree
Showing 60 changed files with 19 additions and 57,940 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ test/test-project/node_modules/*
!test/test-project/node_modules/@asyncapi/
test/test-project/node_modules/@asyncapi/*
!test/test-project/node_modules/@asyncapi/html-template/
test/test-project/package-lock.json
test/test-project/package-lock.json
test/test-project/verdaccio/storage/.verdaccio-db.json
43 changes: 0 additions & 43 deletions test/test-project/config/config.yaml

This file was deleted.

1 change: 0 additions & 1 deletion test/test-project/config/htpasswd

This file was deleted.

15 changes: 3 additions & 12 deletions test/test-project/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,16 @@ version: '3'

services:
verdaccio:
image: verdaccio/verdaccio
image: verdaccio/verdaccio:5
container_name: 'verdaccio'
networks:
- node-network
environment:
- VERDACCIO_PORT=4873
ports:
- '4873:4873'
volumes:
- './storage:/verdaccio/storage'
- './config:/verdaccio/conf'
- './plugins:/verdaccio/plugins'
- './verdaccio:/verdaccio/conf'

test:
privileged: true
image: "node:18"
volumes:
- ../../:/app
command: bash /app/test/test-project/test.sh
networks:
node-network:
driver: bridge
command: bash /app/test/test-project/test.sh
1 change: 0 additions & 1 deletion test/test-project/storage/.verdaccio-db.json

This file was deleted.

108 changes: 0 additions & 108 deletions test/test-project/storage/@asyncapi/html-template/.all-contributorsrc

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b182d0f

Please sign in to comment.