modified: main_dc/docker-compose.yml
modified: main_dc/yalarba/api_yal/internal/router/router.go add depends on db to api_yal service add auth path for check healt
This commit is contained in:
@@ -282,6 +282,9 @@ services:
|
||||
environment:
|
||||
APP_PORT: 8787
|
||||
LOG_LEVEL: info
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
env_file:
|
||||
- ./yalarba/api_yal/.env
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user