Set all dir to be dockerized

This commit is contained in:
Bastien
2021-02-02 23:45:54 +01:00
parent 99ddc33e62
commit c6296bc06c
16 changed files with 303 additions and 40 deletions

7
mysql/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM mariadb:10.5.8
WORKDIR /db
COPY . .
COPY setup.sql /docker-entrypoint-initdb.d/
COPY mysql-mempool.cnf /etc/mysql/conf.d/