docker compose db setup
This commit is contained in:
parent
4a62ee0aa8
commit
a9efb2df59
3 changed files with 4 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,7 +2,8 @@
|
||||||
# *database/binlog.index
|
# *database/binlog.index
|
||||||
# *database/mysql.sock
|
# *database/mysql.sock
|
||||||
*File_Storage/Mzanzi_Innovation_Hub/mih/minio-test.txt/xl.meta
|
*File_Storage/Mzanzi_Innovation_Hub/mih/minio-test.txt/xl.meta
|
||||||
*File_Storage/
|
File_Storage/
|
||||||
|
database/
|
||||||
# database/ibdata1
|
# database/ibdata1
|
||||||
# database/mysql.ibd
|
# database/mysql.ibd
|
||||||
# database/undo*
|
# database/undo*
|
||||||
|
|
|
||||||
1
backend/.gitignore
vendored
1
backend/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
database/__pycache__/
|
database/__pycache__/
|
||||||
|
__pycache__/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue