Skip to content

Commit

Permalink
image updated (#51)
Browse files Browse the repository at this point in the history
* image updated

* env changes
  • Loading branch information
alanraju-aot authored Jul 11, 2023
1 parent 0b54b88 commit 8384392
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions docker-compose/docker-compose-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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:*
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
- formsflow

forms-flow-web:
image: formsflow/forms-flow-web:v5.2.0-alpha
image: formsflow/forms-flow-web:v5.2.0
links:
- forms-flow-webapi
entrypoint: /bin/sh -c "/usr/share/nginx/html/config/env.sh && nginx -g 'daemon off;'"
Expand Down Expand Up @@ -125,7 +125,7 @@ services:
- formsflow

forms-flow-bpm:
image: formsflow/forms-flow-bpm:v5.2.0-alpha
image: formsflow/forms-flow-bpm:v5.2.0
restart: always
environment:
- KEYCLOAK_URL=${KEYCLOAK_URL}
Expand Down Expand Up @@ -180,7 +180,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
Expand Down Expand Up @@ -220,7 +220,7 @@ services:
- formsflow

forms-flow-documents-api:
image: formsflow/forms-flow-documents-api:v5.2.0-alpha
image: formsflow/forms-flow-documents-api:v5.2.0
restart: always
links:
- forms-flow-forms
Expand Down
10 changes: 5 additions & 5 deletions docker-compose/sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---+++++++++++++++++++++++++#


Expand Down

0 comments on commit 8384392

Please sign in to comment.