feat(docker): allow production docker setup to use dedicated mariadb

Signed-off-by: Steven Guikal <void@fluix.one>
This commit is contained in:
Steven Guikal 2021-10-19 15:23:00 -04:00
parent 4e3cc1dfe2
commit 1cb1ce0d99
4 changed files with 32 additions and 22 deletions

1
.env
View file

@ -1,2 +1,3 @@
FASTAPI_BACKEND="uvicorn"
FASTAPI_WORKERS=2
MARIADB_SOCKET_DIR="/var/run/mysqld/"