add env_vars nobuild

This commit is contained in:
Alexandre
2025-11-06 11:51:25 +01:00
committed by GitHub
parent 0fe903874f
commit 752a5d2acd
98 changed files with 383 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ map:
- share:rw
name: Firefly iii
options:
env_vars: []
APP_KEY: CHANGEME_32_CHARS_EuC5dfn3LAPzeO
CONFIG_LOCATION: /config/addons_config/fireflyiii/config.yaml
DB_CONNECTION: sqlite_internal
@@ -85,6 +86,9 @@ ports_description:
8080/tcp: web interface
8443/tcp: ssl web interface
schema:
env_vars:
- name: match(^[A-Z0-9_]+$)
value: str?
APP_KEY: str
CONFIG_LOCATION: str
DB_CONNECTION: list(sqlite_internal|mariadb_addon|mysql|pgsql)