Alexandre
2022-12-20 22:15:42 +01:00
committed by GitHub
parent ed8c4502c9
commit a19f35bc8e

View File

@@ -8,12 +8,12 @@
"description": "recipe manager", "description": "recipe manager",
"environment": { "environment": {
"DB_ENGINE": "django.db.backends.sqlite3", "DB_ENGINE": "django.db.backends.sqlite3",
"DEBUG": "0", "DEBUG": "1",
"DISABLE_INGRESS": "true",
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db", "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db",
"TRUSTED_PROXIES": "**" "TRUSTED_PROXIES": "**"
}, },
"image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}", "image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}",
"ingress": true,
"map": [ "map": [
"config:rw" "config:rw"
], ],
@@ -46,5 +46,5 @@
], ],
"slug": "tandoor_recipes", "slug": "tandoor_recipes",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.4.5-4test" "version": "1.4.5-5"
} }