mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 09:35:58 +02:00
add env_vars nobuild
This commit is contained in:
@@ -71,6 +71,7 @@ environment:
|
||||
image: ghcr.io/alexbelgium/monica-{arch}
|
||||
init: false
|
||||
options:
|
||||
env_vars: []
|
||||
database: sqlite
|
||||
map:
|
||||
- type: addon_config
|
||||
@@ -81,6 +82,9 @@ ports:
|
||||
ports_description:
|
||||
80/tcp: webui
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
value: str?
|
||||
database: list(sqlite|MariaDB_addon|Mysql_external)
|
||||
APP_KEY: str?
|
||||
DB_DATABASE: str?
|
||||
|
||||
Reference in New Issue
Block a user