added application page

This commit is contained in:
2025-04-28 02:30:06 +03:00
parent 346b132f4c
commit ac344773c5
27 changed files with 1796 additions and 347 deletions

View File

@@ -110,6 +110,33 @@ services:
mem_limit: 512m
cpus: 0.5
management_service:
container_name: management_service
build:
context: .
dockerfile: ApiServices/ManagementService/Dockerfile
networks:
- wag-services
env_file:
- api_env.env
# depends_on:
# - initializer_service
environment:
- API_PATH=app:app
- API_HOST=0.0.0.0
- API_PORT=8004
- API_LOG_LEVEL=info
- API_RELOAD=1
- API_APP_NAME=evyos-management-api-gateway
- API_TITLE=WAG API Management Api Gateway
- API_FORGOT_LINK=https://management_service/forgot-password
- API_DESCRIPTION=This api is serves as web management api gateway only to evyos web services.
- API_APP_URL=https://management_service
ports:
- "8004:8004"
mem_limit: 512m
cpus: 0.5
initializer_service:
container_name: initializer_service
build:
@@ -138,8 +165,6 @@ services:
networks:
wag-services:
# client-frontend:
# management-frontend:
# template_service:
# container_name: template_service