Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(mojaloop/#2092): upgrade nodeJS version for core services #500

Closed
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
40cba34
feat(mojaloop/#2092): upgrade nodeJS version for core services
mdebarros May 19, 2022
61332ee
chore: fixed readme lint issues + removed unused files
mdebarros May 19, 2022
9faafba
ci: aligned circleci config
mdebarros May 20, 2022
cd13e3c
ci: aligned circleci config
mdebarros May 20, 2022
a11a727
ci: aligned circleci config
mdebarros May 20, 2022
0d58f0a
ci: aligned circleci config
mdebarros May 20, 2022
2ee37ac
chore: aligned circleci config & updated node to LTS
mdebarros May 20, 2022
d254e03
chore: fix for docker build
mdebarros May 20, 2022
d6de7e0
chore: fix for docker build
mdebarros May 20, 2022
744ef09
chore: fix for docker build
mdebarros May 20, 2022
6e560db
chore: fix for docker build
mdebarros May 20, 2022
a8d279d
chore: fixes for ci-cd & audit resolve
mdebarros May 20, 2022
7e6df26
chore: added nvm to ci configs & added secrets/dummy.key to test fold…
mdebarros May 20, 2022
8e8bb45
chore: updates to fix nvm install issues
mdebarros May 20, 2022
773094a
chore: updates to fix nvm install issues
mdebarros May 20, 2022
d43e703
chore: updates to fix nvm install issues
mdebarros May 20, 2022
ca2a5fa
chore: updates to fix nvm install issues
mdebarros May 20, 2022
d72a706
chore: updates to fix nvm install issues
mdebarros May 20, 2022
6f183ef
chore: updates to fix nvm install issues
mdebarros May 20, 2022
ce9649f
chore: updates to fix nvm install issues
mdebarros May 20, 2022
274b1be
chore: updates to fix nvm install issues
mdebarros May 20, 2022
7088a1f
chore: updates to fix nvm install issues
mdebarros May 20, 2022
1735be3
chore: updates to fix nvm install issues
mdebarros May 20, 2022
8b1777b
chore: cleaned up package.json, README & add nvm to CI script
mdebarros May 20, 2022
b9b8899
chore: re-aligned release script in package, and added snapshot script
mdebarros May 20, 2022
253f352
chore: fix lint
mdebarros May 20, 2022
f250fe2
chore: cleaned up package
mdebarros May 20, 2022
ecde6ad
chore: fixed audit resolve & cleaned up package
mdebarros May 20, 2022
367e56c
chore(snapshot): 14.0.0-snapshot.0
mdebarros May 20, 2022
bfad236
chore: updated publish ci jobs dependencies
mdebarros May 20, 2022
90924ab
chore(snapshot): 14.0.0-snapshot.1
mdebarros May 20, 2022
182d142
chore: fix for SLACK_RELEASE_URL on docker publish
mdebarros May 20, 2022
29b0706
chore(snapshot): 14.0.0-snapshot.2
mdebarros May 20, 2022
c214626
chore: dep update
mdebarros May 20, 2022
fb0f240
chore(snapshot): 14.0.0-snapshot.3
mdebarros May 20, 2022
cda02c9
update package-lock
mdebarros May 20, 2022
653a337
chore(snapshot): 14.0.0-snapshot.4
mdebarros May 20, 2022
6d29801
chore(snapshot): 14.0.0-snapshot.5
mdebarros May 20, 2022
43aa934
chore: fixes for SLACK_RELEASE_URL in CI publish jobs
mdebarros May 20, 2022
497d26c
chore(snapshot): 14.0.0-snapshot.6
mdebarros May 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: updates to fix nvm install issues
mdebarros committed May 20, 2022

Unverified

This user has not yet uploaded their public signing key.
commit 1735be3ed1a0340ddb8f876c22914ba16fcb8ab2
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -9,16 +9,16 @@ services:
build:
context: .
container_name: ml_ml-api-adapter
command: sh -c "/opt/ml-api-adapter/wait4/wait4.js ml-api-adapter && node src/api/index.js"
command: sh -c "/opt/app/wait4/wait4.js ml-api-adapter && node src/api/index.js"
ports:
- "3000:3000"
environment:
- LOG_LEVEL=debug
- CSL_LOG_TRANSPORT=file
- MLAPI_ENDPOINT_SOURCE_URL=http://ml-api-adapter-endpoint:4545
volumes:
- ./docker/ml-api-adapter/default.json:/opt/ml-api-adapter/config/default.json
- ./docker/wait4:/opt/ml-api-adapter/wait4
- ./docker/ml-api-adapter/default.json:/opt/app/config/default.json
- ./docker/wait4:/opt/app/wait4
networks:
- ml-mojaloop-net
user: 'root'
@@ -44,8 +44,8 @@ services:
- CSL_LOG_TRANSPORT=file
- ENDPOINT_PORT=4545
volumes:
- ./docker/ml-api-adapter/default.json:/opt/ml-api-adapter/config/default.json
- ./test:/opt/ml-api-adapter/test
- ./docker/ml-api-adapter/default.json:/opt/app/config/default.json
- ./test:/opt/app/test
networks:
- ml-mojaloop-net
user: 'root'