mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 09:35:58 +02:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
2de05df210
commit
d38b278629
@@ -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