From 3a7e8c30ac99878d6bfefb8ae83dc6b6d1a1781b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=9C=D0=B8=D1=85=D0=B0?= =?UTF-8?q?=D0=B9=D0=BB=D0=BE=D0=B2?= Date: Wed, 17 Jun 2026 10:53:31 +0300 Subject: [PATCH] updated env.example and Makefile --- .env.example | 6 +++--- Makefile | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 2565bf8..db69a1d 100755 --- a/.env.example +++ b/.env.example @@ -21,11 +21,11 @@ LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug DB_CONNECTION=mysql -DB_HOST=127.0.0.1 +DB_HOST=db DB_PORT=3306 DB_DATABASE=ledstarband -DB_USERNAME=root -DB_PASSWORD= +DB_USERNAME=ledstarband +DB_PASSWORD=AnotherOneBitesTheDust SESSION_DRIVER=database SESSION_LIFETIME=120 diff --git a/Makefile b/Makefile index a08e6e3..1876f35 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ down: # Установка зависимостей Composer внутри контейнера app install: $(DOCKER_COMPOSE) exec app composer install + $(DOCKER_COMPOSE) exec app php artisan key:generate # Запуск миграций базы данных внутри контейнера app migrate: