diff --git a/docker-compose.yml b/docker-compose.yml index 5e744323df39d0bef55e4b7c93d783b0d18a674a..5d878099b9241f20dacc4f685082be6eeb9bb71d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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