mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 05:14:04 +02:00
add env_vars nobuild
This commit is contained in:
@@ -85,6 +85,7 @@ map:
|
||||
- ssl:rw
|
||||
name: Mealie
|
||||
options:
|
||||
env_vars: []
|
||||
ALLOW_SIGNUP: true
|
||||
DATA_DIR: /config
|
||||
PGID: 1000
|
||||
@@ -99,6 +100,9 @@ ports:
|
||||
ports_description:
|
||||
9001/tcp: Web interface
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
value: str?
|
||||
ALLOW_SIGNUP: bool
|
||||
BASE_URL: str?
|
||||
DATA_DIR: str?
|
||||
|
||||
Reference in New Issue
Block a user