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
e5a4859e
Unverified
Commit
e5a4859e
authored
1 year ago
by
Vinod Kumar Shyave
Committed by
GitHub
1 year ago
Browse files
Options
Download
Plain Diff
Merge pull request #271 from RoopashreeLakshmikeshava/docker_Compose_update
Docker compose update
parents
65e9fb0e
bfef078b
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
+12
-0
docker-compose.yml
with
12 additions
and
0 deletions
+12
-0
docker-compose.yml
+
12
−
0
View file @
e5a4859e
...
...
@@ -210,6 +210,18 @@ services:
ports
:
-
3000:80
admin-wrapper
:
image
:
web-portal
build
:
context
:
apps/wrapper/web-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
:
-
3001:80
centro
:
image
:
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