created design pattern
This commit is contained in:
@@ -65,6 +65,31 @@ services:
|
||||
ports:
|
||||
- "8001:8001"
|
||||
|
||||
building_service:
|
||||
container_name: building_service
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ApiServices/BuildingService/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=8003
|
||||
- API_LOG_LEVEL=info
|
||||
- API_RELOAD=1
|
||||
- API_APP_NAME=evyos-building-api-gateway
|
||||
- API_TITLE=WAG API Building Api Gateway
|
||||
- API_FORGOT_LINK=https://building_service/forgot-password
|
||||
- API_DESCRIPTION=This api is serves as web building api gateway only to evyos web services.
|
||||
- API_APP_URL=https://building_service
|
||||
ports:
|
||||
- "8003:8003"
|
||||
|
||||
initializer_service:
|
||||
container_name: initializer_service
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user