added docker compose

This commit is contained in:
emmymayo
2025-02-10 03:04:50 +01:00
parent d07588beed
commit 463a238503
15 changed files with 262 additions and 267 deletions
+5 -5
View File
@@ -9,7 +9,7 @@ class MkdConfig
{
$this->_config = [
"project-name" => "Team Followup ",
"project-name" => "Mkd Project ",
"project-type" => "",
"programming-language" => "php",
"user-type" => "",
@@ -30,11 +30,11 @@ class MkdConfig
"smtp-port" => 2525,
"database" => 1,
"database-type" => "sql",
"database-hostname" => "localhost",
"database-u-ser" => "root",
"database-password" => "",
"database-hostname" => "mysql",
"database-u-ser" => "tfu_user",
"database-password" => "tfu_password",
"database-port" => "3306",
"database-name" => "team_followup_prod_test",
"database-name" => "tfu_db",
"upload" => 0,
"aws-version" => "",
"aws-region" => "",