modified: main_dc/docker-compose.yml

set app config from .env for docker-compose.yml file
This commit is contained in:
2026-03-09 22:04:25 +05:00
parent 21cac5b43b
commit 93f13e284d
+2 -3
View File
@@ -279,9 +279,8 @@ services:
- "8787:8787" - "8787:8787"
container_name: api_yal container_name: api_yal
restart: unless-stopped restart: unless-stopped
environment: env_file:
APP_PORT: 8787 - ./yalarba/api_yal/.env
LOG_LEVEL: info
depends_on: depends_on:
db: db:
condition: service_healthy condition: service_healthy