From 9cbecb360799e4c197272ab2796f8f71475d7a29 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 26 Dec 2022 08:16:22 +0100 Subject: [PATCH] Update config.json --- mealie_frontend/config.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/mealie_frontend/config.json b/mealie_frontend/config.json index f4ad57724..b339fcda0 100644 --- a/mealie_frontend/config.json +++ b/mealie_frontend/config.json @@ -5,10 +5,6 @@ ], "codenotary": "alexandrep.github@gmail.com", "description": "A Self Hosted Recipe Manager (frontend)", - "environment": { - "DB_ENGINE": "sqlite", - "WEB_GUNICORN": "true" - }, "image": "ghcr.io/alexbelgium/mealie_frontend-{arch}", "map": [ "config:rw", @@ -18,15 +14,13 @@ "name": "Do not use (Mealie frontend)", "options": { "API_URL": "http://homeassistant.local:9000", - "PGID": 1000, - "PUID": 1000, "certfile": "fullchain.pem", "keyfile": "privkey.pem", "ssl": false }, "panel_icon": "mdi:silverware-fork-knife", "ports": { - "3000/tcp": 3000 + "3000/tcp": 3012 }, "ports_description": { "3000/tcp": "Webui" @@ -34,8 +28,6 @@ "schema": { "API_URL": "str", "BASE_URL": "str?", - "PGID": "int", - "PUID": "int", "certfile": "str", "keyfile": "str", "ssl": "bool"