mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 06:41:51 +02:00
Update config.json
https://github.com/alexbelgium/hassio-addons/issues/829
This commit is contained in:
@@ -55,7 +55,10 @@
|
|||||||
],
|
],
|
||||||
"environment": {
|
"environment": {
|
||||||
"DB_ENGINE": "sqlite",
|
"DB_ENGINE": "sqlite",
|
||||||
"WEB_GUNICORN": "true"
|
"WEB_GUNICORN": "true",
|
||||||
|
"WEB_CONCURRENCY": "2",
|
||||||
|
"WORKERS_PER_CORE": "0.5",
|
||||||
|
"MAX_WORKERS": "1"
|
||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/mealie-{arch}",
|
"image": "ghcr.io/alexbelgium/mealie-{arch}",
|
||||||
"map": [
|
"map": [
|
||||||
@@ -92,6 +95,6 @@
|
|||||||
},
|
},
|
||||||
"slug": "mealie",
|
"slug": "mealie",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "v1.0.0-beta-3",
|
"version": "v1.0.0-beta-4",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user