Reapply "New config logic"

This reverts commit 2f690538c0.
This commit is contained in:
Alexandre
2024-10-15 12:30:10 +02:00
parent 2f690538c0
commit d8b0a2b92e
6 changed files with 23 additions and 19 deletions

View File

@@ -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",