-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,17 +53,17 @@ services: | |
- formsflow | ||
|
||
forms-flow-web: | ||
image: formsflow/forms-flow-web:v5.2.0-alpha | ||
image: formsflow/forms-flow-web:v5.2.0 | ||
platform: linux/arm64/v8 | ||
links: | ||
- forms-flow-webapi | ||
entrypoint: /bin/sh -c "/usr/share/nginx/html/config/env.sh && nginx -g 'daemon off;'" | ||
environment: | ||
# - MF_FORMSFLOW_WEB_URL=${MF_FORMSFLOW_WEB_URL:-https://forms-flow-microfrontends.aot-technologies.com/[email protected]-alpha/single-spa-build.gz.js} | ||
# - MF_FORMSFLOW_NAV_URL=${MF_FORMSFLOW_NAV_URL:-https://forms-flow-microfrontends.aot-technologies.com/[email protected]-alpha/forms-flow-nav.gz.js} | ||
# - MF_FORMSFLOW_SERVICE_URL=${MF_FORMSFLOW_SERVICE_URL:-https://forms-flow-microfrontends.aot-technologies.com/[email protected]-alpha/forms-flow-service.gz.js} | ||
# - MF_FORMSFLOW_ADMIN_URL=${MF_FORMSFLOW_ADMIN_URL:-https://forms-flow-microfrontends.aot-technologies.com/[email protected]-alpha/forms-flow-admin.gz.js} | ||
# - MF_FORMSFLOW_THEME_URL=${MF_FORMSFLOW_THEME_URL:-https://forms-flow-microfrontends.aot-technologies.com/[email protected]-alpha/forms-flow-theme.gz.js} | ||
# - MF_FORMSFLOW_WEB_URL=${MF_FORMSFLOW_WEB_URL:-https://forms-flow-microfrontends.aot-technologies.com/[email protected]/forms-flow-web.gz.js} | ||
# - MF_FORMSFLOW_NAV_URL=${MF_FORMSFLOW_NAV_URL:-https://forms-flow-microfrontends.aot-technologies.com/[email protected]/forms-flow-nav.gz.js} | ||
# - MF_FORMSFLOW_SERVICE_URL=${MF_FORMSFLOW_SERVICE_URL:-https://forms-flow-microfrontends.aot-technologies.com/[email protected]/forms-flow-service.gz.js} | ||
# - MF_FORMSFLOW_ADMIN_URL=${MF_FORMSFLOW_ADMIN_URL:-https://forms-flow-microfrontends.aot-technologies.com/[email protected]/forms-flow-admin.gz.js} | ||
# - MF_FORMSFLOW_THEME_URL=${MF_FORMSFLOW_THEME_URL:-https://forms-flow-microfrontends.aot-technologies.com/[email protected]/forms-flow-theme.gz.js} | ||
- NODE_ENV=${NODE_ENV:-production} | ||
- REACT_APP_API_SERVER_URL=${FORMIO_DEFAULT_PROJECT_URL} | ||
- REACT_APP_API_PROJECT_URL=${FORMIO_DEFAULT_PROJECT_URL} | ||
|
@@ -100,7 +100,7 @@ services: | |
- formsflow | ||
|
||
forms-flow-forms: | ||
image: formsflow/forms-flow-forms:v5.2.0-alpha | ||
image: formsflow/forms-flow-forms:v5.2.0 | ||
restart: always | ||
environment: | ||
DEBUG: formio:* | ||
|
@@ -131,7 +131,7 @@ services: | |
- formsflow | ||
|
||
forms-flow-bpm: | ||
image: formsflow/forms-flow-bpm:v5.2.0-alpha-arm64 | ||
image: formsflow/forms-flow-bpm:v5.2.0-arm64 | ||
restart: always | ||
environment: | ||
- KEYCLOAK_URL=${KEYCLOAK_URL} | ||
|
@@ -186,7 +186,7 @@ services: | |
- formsflow | ||
|
||
forms-flow-webapi: | ||
image: formsflow/forms-flow-webapi:v5.2.0-alpha | ||
image: formsflow/forms-flow-webapi:v5.2.0 | ||
restart: always | ||
links: | ||
- forms-flow-webapi-db | ||
|
@@ -226,7 +226,7 @@ services: | |
- formsflow | ||
|
||
forms-flow-documents: | ||
image: formsflow/forms-flow-documents-api:v5.2.0-alpha-arm64 | ||
image: formsflow/forms-flow-documents-api:v5.2.0-arm64 | ||
restart: always | ||
volumes: | ||
- ./:/app:rw | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -199,13 +199,13 @@ CUSTOM_SUBMISSION_URL=http://{your-ip-address}:{port} | |
#The MF Variables below are used to get MicroFrontend Components Created | ||
|
||
##For running locally or if have custom changes then change the url to the one forms-flow-web folder content is running | ||
#MF_FORMSFLOW_WEB_URL=https://s3.ap-northeast-1.amazonaws.com/formsflow.ai-micro-front-ends/[email protected]-alpha/single-spa-build.gz.js | ||
#MF_FORMSFLOW_WEB_URL=https://s3.ap-northeast-1.amazonaws.com/formsflow.ai-micro-front-ends/[email protected]/single-spa-build.gz.js | ||
|
||
## Refer Github Repo https://github.com/AOT-Technologies/forms-flow-ai-micro-front-ends and update to your own custom implementation for the Components here | ||
#MF_FORMSFLOW_NAV_URL=https://s3.ap-northeast-1.amazonaws.com/formsflow.ai-micro-front-ends/[email protected]-alpha/forms-flow-nav.gz.js | ||
#MF_FORMSFLOW_SERVICE_URL=https://s3.ap-northeast-1.amazonaws.com/formsflow.ai-micro-front-ends/[email protected]-alpha/forms-flow-service.gz.js | ||
#MF_FORMSFLOW_ADMIN_URL=https://s3.ap-northeast-1.amazonaws.com/formsflow.ai-micro-front-ends/[email protected]-alpha/forms-flow-admin.gz.js | ||
#MF_FORMSFLOW_THEME_URL=https://s3.ap-northeast-1.amazonaws.com/formsflow.ai-micro-front-ends/[email protected]-alpha/forms-flow-theme.gz.js | ||
#MF_FORMSFLOW_NAV_URL=https://s3.ap-northeast-1.amazonaws.com/formsflow.ai-micro-front-ends/[email protected]/forms-flow-nav.gz.js | ||
#MF_FORMSFLOW_SERVICE_URL=https://s3.ap-northeast-1.amazonaws.com/formsflow.ai-micro-front-ends/[email protected]/forms-flow-service.gz.js | ||
#MF_FORMSFLOW_ADMIN_URL=https://s3.ap-northeast-1.amazonaws.com/formsflow.ai-micro-front-ends/[email protected]/forms-flow-admin.gz.js | ||
#MF_FORMSFLOW_THEME_URL=https://s3.ap-northeast-1.amazonaws.com/formsflow.ai-micro-front-ends/[email protected]/forms-flow-theme.gz.js | ||
#++++++++++++++++--- formsflow.ai Web Microfrontend components ENV Variables - STOP ---+++++++++++++++++++++++++# | ||
|
||
|
||
|