chore: add mariadb database

This commit is contained in:
2022-11-20 22:05:59 +01:00
parent fc7fbd18d4
commit 5dae122f53
6 changed files with 54 additions and 30 deletions

View File

@@ -1,10 +1,10 @@
# General settings
INTERNAL_IP: localhost
# Db-Specific settings
# Should be overridden with a .env.mariadb file.
MARIADB_ROOT_PASSWORD=test
MARIADB_USER=homeassistant
MARIADB_PASSWORD=homeassistant
INTERNAL_IP: 0.0.0.0
# Maria DB settings
# For testing purposes only. Please create a .env.mariadb to overwrite these variables
MARIADB_ROOT_PASSWORD=testing
MARIADB_DATABASE=homeassistant
MARIADB_USER=homeassistant_user
MARIADB_PASSWORD=homeassistant_pw