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

@@ -73,6 +73,7 @@ map:
- ssl:rw
name: Gitea
options:
env_vars: []
APP_NAME: Gitea for Homeassistant
DOMAIN: homeassistant.local
certfile: fullchain.pem
@@ -85,6 +86,9 @@ ports_description:
22/tcp: ssh
3000/tcp: Web interface
schema:
env_vars:
- name: match(^[A-Z0-9_]+$)
value: str?
APP_NAME: str?
DOMAIN: str?
ROOT_URL: str?