chore: added mariadb settings

This commit is contained in:
2022-11-20 20:34:54 +01:00
parent aaa8c47882
commit fc7fbd18d4
4 changed files with 15 additions and 2 deletions

View File

@@ -5,6 +5,11 @@ services:
restart: unless-stopped
ports:
- ${INTERNAL_IP}:3306:3306
env_file:
# Override the mariadb-specific settings in a .env.mariadb file.
# You should create the .env.mariadb file yourself.
- .env
- .env.mariadb
homeassistant:
image: "ghcr.io/home-assistant/home-assistant:stable"
ports: