[fix] Reworks structure and adds docker

This commit is contained in:
alban 2020-10-22 20:44:24 +02:00
parent fd0974134b
commit b31f725d04
60 changed files with 120 additions and 16 deletions

3
.env.template Normal file
View file

@ -0,0 +1,3 @@
DB_HOST="127.0.0.1"
DB_PORT="6379"
DEBUG=1