forked from home-assistant/addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
42 lines (42 loc) · 988 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
version: 2.4.0
slug: mariadb
name: MariaDB
description: A SQL database server
url: https://github.com/home-assistant/hassio-addons/tree/master/mariadb
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
backup_post: /bin/s6-svc -wd -d /run/s6/services/mariadb-lock/
backup_pre: /bin/s6-svc -wU -u /run/s6/services/mariadb-lock/
image: homeassistant/{arch}-addon-mariadb
init: false
options:
databases:
- homeassistant
logins:
- password: null
username: homeassistant
rights:
- database: homeassistant
username: homeassistant
ports:
3306/tcp: null
schema:
databases:
- str
logins:
- password: password
username: str
rights:
- database: str
privileges:
- list(ALTER|CREATE|CREATE ROUTINE|CREATE TEMPORARY TABLES|CREATE VIEW|DELETE|DELETE
HISTORY|DROP|EVENT|GRANT OPTION|INDEX|INSERT|LOCK TABLES|SELECT|SHOW VIEW|TRIGGER|UPDATE)?
username: str
services:
- mysql:provide
startup: system
timeout: 20