databases
This commit is contained in:
parent
83098e874d
commit
e9ecaa4adf
3 changed files with 9 additions and 0 deletions
0
databases/L24-10-09.md
Normal file
0
databases/L24-10-09.md
Normal file
9
databases/docker-compose.yml
Normal file
9
databases/docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
services:
|
||||||
|
mariadb:
|
||||||
|
image: docker.io/mariadb:11
|
||||||
|
ports:
|
||||||
|
- 3306:3306
|
||||||
|
environment:
|
||||||
|
MARIADB_USERNAME: school
|
||||||
|
MARIADB_PASSWORD: school
|
||||||
|
MARIADB_ROOT_PASSWORD: root
|
BIN
databases/eurodata-emr.kra
Normal file
BIN
databases/eurodata-emr.kra
Normal file
Binary file not shown.
Loading…
Reference in a new issue