mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-14 21:01:49 +02:00
@@ -65,7 +65,7 @@
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"environment": {
|
||||
"DATA_DIR": "/config/addons_config/mealie_data",
|
||||
"DATA_DIR": "/config",
|
||||
"DB_ENGINE": "sqlite",
|
||||
"MAX_WORKERS": "1",
|
||||
"WEB_CONCURRENCY": "2",
|
||||
@@ -75,7 +75,8 @@
|
||||
"image": "ghcr.io/alexbelgium/test-{arch}",
|
||||
"ingress": true,
|
||||
"map": [
|
||||
"config:rw",
|
||||
"addon_config:rw",
|
||||
"homeassistant_config:rw",
|
||||
"share:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
@@ -83,7 +84,7 @@
|
||||
"options": {
|
||||
"ALLOW_SIGNUP": true,
|
||||
"BASE_SUBPATH": "/mealie",
|
||||
"DATA_DIR": "/config/addons_config/mealie_data",
|
||||
"DATA_DIR": "/config",
|
||||
"PGID": 1000,
|
||||
"PUID": 1000,
|
||||
"certfile": "fullchain.pem",
|
||||
|
||||
Reference in New Issue
Block a user