Switched to building an image localy instead of using one from docker hub

Added database folder
Created Dockerfile and config for mariadb image
Moved data folder tp database/data/
This commit is contained in:
2022-12-15 15:13:39 +00:00
parent a9417058ee
commit c2eca49933
5 changed files with 47 additions and 4 deletions

View File

@ -24,5 +24,5 @@
**/secrets.dev.yaml
**/values.dev.yaml
README.md
data/
database/
.flake8