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

Merge pull request #271 from RoopashreeLakshmikeshava/docker_Compose_update

Docker compose update
No related merge requests found
Showing with 12 additions and 0 deletions
+12 -0
......@@ -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
......
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