mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-06-02 21:25:45 -04:00
Update docker-compose.yml (#2109)
* Update docker-compose.yml ERROR: The Compose file './docker-compose.yml' is invalid because: services.mealie.environment.WEB_GUNICORN contains true, which is an invalid type, it should be a string, number, or a null * Update docker-compose.yml Also fix SMTP settings, since they aren't in array format as in mealie-frontend. * Once more, ironing out a few minor issues. Server status reported this, I think this is the correct value, but I'm happy to revert and/or update the value as needed. * Revert previous two commits Per https://github.com/hay-kot/mealie/pull/2109#pullrequestreview-1294610637 * Stray newline Missed a stray newline that was inadvertently added.
This commit is contained in:
parent
7fe74cf997
commit
fc105dcebc
@ -53,7 +53,6 @@ services:
|
|||||||
- 9092:9000
|
- 9092:9000
|
||||||
environment:
|
environment:
|
||||||
ALLOW_SIGNUP: "false"
|
ALLOW_SIGNUP: "false"
|
||||||
|
|
||||||
DB_ENGINE: sqlite # Optional: 'sqlite', 'postgres'
|
DB_ENGINE: sqlite # Optional: 'sqlite', 'postgres'
|
||||||
# =====================================
|
# =====================================
|
||||||
# Postgres Config
|
# Postgres Config
|
||||||
@ -65,7 +64,7 @@ services:
|
|||||||
|
|
||||||
# =====================================
|
# =====================================
|
||||||
# Web Concurrency
|
# Web Concurrency
|
||||||
WEB_GUNICORN: true
|
WEB_GUNICORN: "true"
|
||||||
WORKERS_PER_CORE: 0.5
|
WORKERS_PER_CORE: 0.5
|
||||||
MAX_WORKERS: 1
|
MAX_WORKERS: 1
|
||||||
WEB_CONCURRENCY: 1
|
WEB_CONCURRENCY: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user