updated components and page navigator

This commit is contained in:
2025-04-20 18:25:00 +03:00
parent 6ab4410a82
commit a0daf45530
36 changed files with 1939 additions and 252 deletions

View File

@@ -6,8 +6,6 @@ services:
dockerfile: WebServices/client-frontend/Dockerfile
networks:
- wag-services
depends_on:
- postgres-service
ports:
- "3000:3000"
environment:
@@ -15,34 +13,32 @@ services:
# volumes:
# - client-frontend:/WebServices/client-frontend
# identity_service:
# container_name: identity_service
# build:
# context: .
# dockerfile: ApiServices/IdentityService/Dockerfile
# networks:
# - wag-services
# 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"
# depends_on:
# - postgres-service
# - mongo_service
# - redis_service
# 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: 4096m
cpus: 3
auth_service:
container_name: auth_service
@@ -53,6 +49,8 @@ services:
- wag-services
env_file:
- api_env.env
depends_on:
- initializer_service
environment:
- API_PATH=app:app
- API_HOST=0.0.0.0
@@ -66,40 +64,18 @@ services:
- API_APP_URL=https://auth_service
ports:
- "8001:8001"
depends_on:
- postgres-service
- mongo_service
- redis_service
mem_limit: 512M
cpus: 0.5
# management_frontend:
# container_name: management_frontend
# build:
# context: .
# dockerfile: WebServices/management-frontend/Dockerfile
# networks:
# - wag-services
# ports:
# - "3001:3000" # Using different host port to avoid conflicts
# # volumes:
# # - management-frontend:/WebServices/management-frontend
# environment:
# - NODE_ENV=development
# initializer_service:
# container_name: initializer_service
# build:
# context: .
# dockerfile: ApiServices/InitialService/Dockerfile
# networks:
# - wag-services
# env_file:
# - api_env.env
# depends_on:
# - postgres-service
# - mongo_service
# - redis_service
initializer_service:
container_name: initializer_service
build:
context: .
dockerfile: ApiServices/InitialService/Dockerfile
environment:
- set_alembic=0
networks:
- wag-services
env_file:
- api_env.env
dealer_service:
container_name: dealer_service
@@ -110,10 +86,25 @@ services:
- wag-services
env_file:
- api_env.env
depends_on:
- postgres-service
- mongo_service
- redis_service
networks:
wag-services:
# client-frontend:
# management-frontend:
# management_frontend:
# container_name: management_frontend
# build:
# context: .
# dockerfile: WebServices/management-frontend/Dockerfile
# networks:
# - wag-services
# ports:
# - "3001:3000" # Using different host port to avoid conflicts
# # volumes:
# # - management-frontend:/WebServices/management-frontend
# environment:
# - NODE_ENV=development
# template_service:
# container_name: template_service
@@ -141,7 +132,6 @@ services:
# - postgres-service
# - mongo_service
# - redis_service
# test_server:
# container_name: test_server
# build:
@@ -151,12 +141,3 @@ services:
# - api_env.env
# networks:
# - wag-services
networks:
wag-services:
volumes:
postgres-data:
mongodb-data:
# client-frontend:
# management-frontend: