Unverified Commit b5ae229e authored by Vinod Kumar Shyave's avatar Vinod Kumar Shyave Committed by GitHub
Browse files

Merge pull request #274 from RoopashreeLakshmikeshava/dockerfile_changes

Applicant Wrapper configuration
No related merge requests found
Showing with 14 additions and 1 deletion
+14 -1
...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment