join tested auth service login/select completed

This commit is contained in:
2025-05-13 13:19:01 +03:00
parent 1d4f00e8b2
commit cd62d96158
34 changed files with 1360 additions and 231 deletions

View File

@@ -1,30 +1,25 @@
services:
# auth_service:
# container_name: auth_service
# build:
# context: .
# dockerfile: api_services/api_builds/auth-service/Dockerfile
# env_file:
# - api_env.env
# environment:
# - API_PATH=app:app
# - API_HOST=0.0.0.0
# - API_PORT=8001
# - API_LOG_LEVEL=info
# - API_RELOAD=1
# - API_APP_NAME=evyos-auth-api-gateway
# - API_TITLE=WAG API Auth Api Gateway
# - API_FORGOT_LINK=https://auth_service/forgot-password
# - API_DESCRIPTION=This api is serves as web auth api gateway only to evyos web services.
# - API_APP_URL=https://auth_service
# ports:
# - "8000:8000"
# restart: unless-stopped
# logging:
# driver: "json-file"
# options:
# max-size: "10m"
# max-file: "3"
auth_service:
container_name: auth_service
build:
context: .
dockerfile: api_services/api_builds/auth-service/Dockerfile
env_file:
- api_env.env
environment:
- API_PATH=app:app
- API_HOST=0.0.0.0
- API_PORT=8001
- API_LOG_LEVEL=info
- API_RELOAD=1
- API_APP_NAME=evyos-auth-api-gateway
- API_TITLE=WAG API Auth Api Gateway
- API_FORGOT_LINK=https://auth_service/forgot-password
- API_DESCRIPTION=This api is serves as web auth api gateway only to evyos web services.
- API_APP_URL=https://auth_service
ports:
- "8001:8001"
# restart: unless-stopped
initializer_service:
container_name: initializer_service
@@ -40,8 +35,6 @@ services:
mem_limit: 512m
cpus: 0.5
networks:
wag-services:
driver: bridge