Set all dir to be dockerized

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

View File

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

View File

@@ -1,2 +0,0 @@
[mysqld]
sql_mode="NO_AUTO_VALUE_ON_ZERO"