Update config.yaml

This commit is contained in:
Alexandre
2024-12-06 16:16:13 +01:00
committed by GitHub
parent 9fa46024de
commit 5eaa07e0aa

View File

@@ -61,7 +61,11 @@ devices:
- "/dev/nvme0"
- "/dev/nvme1"
- "/dev/nvme2"
environment: {}
environment: {
"APP_TRUSTED_PROXIES": "*",
"APP_ENV": "production",
"APP_DEBUG: "false"
}
image: ghcr.io/alexbelgium/monica-{arch}
init: false
options: {
@@ -89,5 +93,5 @@ services:
- mysql:want
slug: monica
url: https://github.com/alexbelgium/hassio-addons/tree/master/monica
version: test7
version: test8
webui: "[PROTO:ssl]://[HOST]:[PORT:8080]"