Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit b200c68

Browse files
committed
Model Micro App local conf files & docker node ver
1 parent 856e8f4 commit b200c68

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

config/micro-frontends-config-local.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"@topcoder/micro-frontends-angular-app": "http://local.topcoder-dev.com:4200/angular/main.js",
66
"@topcoder/micro-frontends-teams": "http://local.topcoder-dev.com:8501/taas-app/topcoder-micro-frontends-teams.js",
77
"@topcoder/micro-frontends-task-marketplace-app": "http://local.topcoder-dev.com:8502/tasks/topcoder-micro-frontends-task-marketplace-app.js",
8-
"@topcoder/micro-frontends-earn-app": "http://local.topcoder-dev.com:8008/earn/topcoder-micro-frontends-earn-app.js"
8+
"@topcoder/micro-frontends-earn-app": "http://local.topcoder-dev.com:8008/earn/topcoder-micro-frontends-earn-app.js",
9+
"@topcoder/micro-frontends-submission-review-app": "http://local.topcoder-dev.com:8503/submissionreview/topcoder-micro-frontends-submission-review-app.js",
10+
"@topcoder/micro-frontends-model-app": "http://local.topcoder-dev.com:8504/model/topcoder-micro-frontends-model-app.js"
911
}
1012
}

config/micro-frontends-routes-local.txt

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
<route path="earn">
1414
<application name="@topcoder/micro-frontends-earn-app"></application>
1515
</route>
16+
<route path="submissionreview">
17+
<application name="@topcoder/micro-frontends-submission-review-app"></application>
18+
</route>
19+
<route path="model">
20+
<application name="@topcoder/micro-frontends-model-app"></application>
21+
</route>
1622
<route path="unauthorized">
1723
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
1824
You are unauthorized

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the base image with Node.js
2-
FROM node:latest
2+
FROM node:10.22.1
33

44
ARG APPMODE
55
ARG APPENV

0 commit comments

Comments
 (0)