dockerize the project with alpine

This commit is contained in:
2025-04-28 11:24:51 +03:30
parent 363d76ff6d
commit 01fc779807
4 changed files with 94 additions and 0 deletions

6
.env.example Normal file
View File

@@ -0,0 +1,6 @@
PROJECT_NAME=""
PROJECT_PATH="./laravel"
POSTGRES_USER=""
POSTGRES_DB=""
POSTGRES_PASSWORD=""