Skip to content

Commit

Permalink
chore: update to docker-compose & dependencies (#871)
Browse files Browse the repository at this point in the history
- updated dependencies
- added kowl to docker-compose
  • Loading branch information
mdebarros authored Nov 11, 2021
1 parent a201836 commit 69fc49e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 52 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,17 @@ services:
timeout: 20s
retries: 10
interval: 30s

kowl:
image: quay.io/cloudhut/kowl:v1.4.0
container_name: cl_kowl
restart: on-failure
hostname: kowl
ports:
- "8080:8080"
networks:
- cl-mojaloop-net
environment:
- KAFKA_BROKERS=kafka:29092
depends_on:
- kafka
65 changes: 15 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@
"get-port": "5.1.1",
"jsdoc": "3.6.7",
"jsonpath": "1.1.1",
"nodemon": "2.0.14",
"nodemon": "2.0.15",
"npm-audit-resolver": "2.3.1",
"npm-check-updates": "12.0.1",
"npm-check-updates": "12.0.2",
"nyc": "15.1.0",
"pre-commit": "1.2.2",
"proxyquire": "2.1.3",
Expand Down

0 comments on commit 69fc49e

Please sign in to comment.