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

@@ -20,6 +20,7 @@ map:
- ssl
name: Portainer
options:
env_vars: []
certfile: fullchain.pem
keyfile: privkey.pem
password: homeassistant
@@ -33,6 +34,9 @@ ports_description:
8000/tcp: Edge Agent Api (Enable when managing remote edge agents)
9099/tcp: Web UI port
schema:
env_vars:
- name: match(^[A-Z0-9_]+$)
value: str?
certfile: str
keyfile: str
password: str?