dockerized the application for easier distribution and depleyment
This commit is contained in:
parent
b06c3cec3e
commit
a9147c3698
6 changed files with 100 additions and 28 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
return [
|
||||
'database' => [
|
||||
'host' => 'localhost',
|
||||
'host' => 'db',
|
||||
'port' => 3306,
|
||||
'dbname' => 'MatheApp',
|
||||
'charset' => 'utf8mb4'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue