Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
affiliation-assessor-app
Commits
b5ae229e
Unverified
Commit
b5ae229e
authored
1 year ago
by
Vinod Kumar Shyave
Committed by
GitHub
1 year ago
Browse files
Options
Download
Plain Diff
Merge pull request #274 from RoopashreeLakshmikeshava/dockerfile_changes
Applicant Wrapper configuration
parents
ec762cf8
bb2a8ccc
revert-275-one_form_poc
gitpod
gitpod-uat
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+14
-1
docker-compose.yml
with
14 additions
and
1 deletion
+14
-1
docker-compose.yml
+
14
−
1
View file @
b5ae229e
...
@@ -210,7 +210,7 @@ services:
...
@@ -210,7 +210,7 @@ services:
ports
:
ports
:
-
3000:80
-
3000:80
admin-wrapper
:
admin-wrapper
:
image
:
web-portal
image
:
web-portal
build
:
build
:
context
:
apps/wrapper/web-portal
context
:
apps/wrapper/web-portal
...
@@ -222,6 +222,19 @@ services:
...
@@ -222,6 +222,19 @@ services:
ports
:
ports
:
-
3001:80
-
3001:80
applicant-wrapper
:
image
:
applicant-portal
build
:
context
:
apps/wrapper/applicant-portal
# env vars to be passed at build time as it will build a static file
args
:
REACT_APP_ENKETO_URL
:
${REACT_APP_ENKETO_URL}
REACT_APP_FORM_MANAGER_URL
:
${REACT_APP_FORM_MANAGER_URL}
REACT_APP_HASURA_URL
:
${REACT_APP_HASURA_URL}
ports
:
-
3002:80
centro
:
centro
:
image
:
centro
image
:
centro
build
:
packages/centro
build
:
packages/centro
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets