updated lang change and FormDisplay Components
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
services:
|
||||
# client_frontend:
|
||||
# container_name: client_frontend
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: WebServices/client-frontend/Dockerfile
|
||||
# networks:
|
||||
# - wag-services
|
||||
# ports:
|
||||
# - "3000:3000"
|
||||
# environment:
|
||||
# - NODE_ENV=development
|
||||
# cpus: 1
|
||||
# mem_limit: 2048m
|
||||
client_frontend:
|
||||
container_name: client_frontend
|
||||
build:
|
||||
context: .
|
||||
dockerfile: WebServices/client-frontend/Dockerfile
|
||||
networks:
|
||||
- wag-services
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
cpus: 1
|
||||
mem_limit: 2048m
|
||||
|
||||
# volumes:
|
||||
# - client-frontend:/WebServices/client-frontend
|
||||
@@ -57,32 +57,32 @@ services:
|
||||
mem_limit: 512m
|
||||
cpus: 0.5
|
||||
|
||||
# identity_service:
|
||||
# container_name: identity_service
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: ApiServices/IdentityService/Dockerfile
|
||||
# networks:
|
||||
# - wag-services
|
||||
# depends_on:
|
||||
# - initializer_service
|
||||
# env_file:
|
||||
# - api_env.env
|
||||
# environment:
|
||||
# - API_PATH=app:app
|
||||
# - API_HOST=0.0.0.0
|
||||
# - API_PORT=8002
|
||||
# - API_LOG_LEVEL=info
|
||||
# - API_RELOAD=1
|
||||
# - API_APP_NAME=evyos-identity-api-gateway
|
||||
# - API_TITLE=WAG API Identity Api Gateway
|
||||
# - API_FORGOT_LINK=https://identity_service/forgot-password
|
||||
# - API_DESCRIPTION=This api is serves as web identity api gateway only to evyos web services.
|
||||
# - API_APP_URL=https://identity_service
|
||||
# ports:
|
||||
# - "8002:8002"
|
||||
# mem_limit: 512m
|
||||
# cpus: 0.5
|
||||
identity_service:
|
||||
container_name: identity_service
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ApiServices/IdentityService/Dockerfile
|
||||
networks:
|
||||
- wag-services
|
||||
depends_on:
|
||||
- initializer_service
|
||||
env_file:
|
||||
- api_env.env
|
||||
environment:
|
||||
- API_PATH=app:app
|
||||
- API_HOST=0.0.0.0
|
||||
- API_PORT=8002
|
||||
- API_LOG_LEVEL=info
|
||||
- API_RELOAD=1
|
||||
- API_APP_NAME=evyos-identity-api-gateway
|
||||
- API_TITLE=WAG API Identity Api Gateway
|
||||
- API_FORGOT_LINK=https://identity_service/forgot-password
|
||||
- API_DESCRIPTION=This api is serves as web identity api gateway only to evyos web services.
|
||||
- API_APP_URL=https://identity_service
|
||||
ports:
|
||||
- "8002:8002"
|
||||
mem_limit: 512m
|
||||
cpus: 0.5
|
||||
|
||||
# building_service:
|
||||
# container_name: building_service
|
||||
|
||||
Reference in New Issue
Block a user