mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 04:14:04 +02:00
Merge pull request #2150 from alexbelgium/create-pull-request/patch-1761438754 nobuild
Github bot: fix linting issues nobuild
This commit is contained in:
@@ -71,11 +71,11 @@ environment:
|
||||
BASE_SUBPATH: /mealie/
|
||||
DATA_DIR: /config
|
||||
DB_ENGINE: sqlite
|
||||
MAX_WORKERS: '1'
|
||||
MAX_WORKERS: "1"
|
||||
NUXT_APP_BASE_URL: /mealie/
|
||||
WEB_CONCURRENCY: '2'
|
||||
WEB_GUNICORN: 'true'
|
||||
WORKERS_PER_CORE: '0.5'
|
||||
WEB_CONCURRENCY: "2"
|
||||
WEB_GUNICORN: "true"
|
||||
WORKERS_PER_CORE: "0.5"
|
||||
image: ghcr.io/alexbelgium/mealie-{arch}
|
||||
ingress: true
|
||||
map:
|
||||
|
||||
Reference in New Issue
Block a user