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

@@ -11,6 +11,7 @@ map:
- config:rw
name: Joal
options:
env_vars: []
run_duration: 12h
secret_token: lrMY24Byhx
ui_path: joal
@@ -23,6 +24,9 @@ ports_description:
49152/tcp: torrent port (not required)
8081/tcp: Web UI port (required)
schema:
env_vars:
- name: match(^[A-Z0-9_]+$)
value: str?
run_duration: str?
secret_token: str
ui_path: str