modified: main_dc/docker-compose.yml

modified:   main_dc/yalarba/api_es/.env
change port to variable from .env file
This commit is contained in:
2025-11-12 13:25:32 +05:00
parent e436647091
commit 3b38d15a4b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ JWT_SECRET=secret
UPLOAD_PATH=./storage/uploads
ENVIRONMENT=development
LOG_LEVEL=debug
APP_PORT=8088
API_ES_APP_PORT=8088