better docker scripts

This commit is contained in:
2025-06-07 11:31:30 +02:00
parent 68a81195e6
commit 563a16256c
6 changed files with 57 additions and 10 deletions

7
images/.env Normal file
View File

@@ -0,0 +1,7 @@
DB_CONNECTION=mariadb
DB_HOST=mariadb
DB_PORT=3306
DB_DATABASE=laravel_db
DB_USERNAME=laravel_user
DB_PASSWORD=super_strong_password
APP_KEY=""