mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
add '' around bool ENV variables
This commit is contained in:
parent
f3305a9074
commit
3f419ad7b6
@ -46,12 +46,12 @@ services:
|
|||||||
TZ: America/Anchorage
|
TZ: America/Anchorage
|
||||||
|
|
||||||
# Default Recipe Settings
|
# Default Recipe Settings
|
||||||
RECIPE_PUBLIC: true
|
RECIPE_PUBLIC: 'true'
|
||||||
RECIPE_SHOW_NUTRITION: true
|
RECIPE_SHOW_NUTRITION: 'true'
|
||||||
RECIPE_SHOW_ASSETS: true
|
RECIPE_SHOW_ASSETS: 'true'
|
||||||
RECIPE_LANDSCAPE_VIEW: true
|
RECIPE_LANDSCAPE_VIEW: 'true'
|
||||||
RECIPE_DISABLE_COMMENTS: false
|
RECIPE_DISABLE_COMMENTS: 'false'
|
||||||
RECIPE_DISABLE_AMOUNT: false
|
RECIPE_DISABLE_AMOUNT: 'false'
|
||||||
|
|
||||||
# Gunicorn
|
# Gunicorn
|
||||||
WEB_CONCURRENCY: 2
|
WEB_CONCURRENCY: 2
|
||||||
@ -90,12 +90,12 @@ services:
|
|||||||
POSTGRES_DB: mealie
|
POSTGRES_DB: mealie
|
||||||
|
|
||||||
# Default Recipe Settings
|
# Default Recipe Settings
|
||||||
RECIPE_PUBLIC: true
|
RECIPE_PUBLIC: 'true'
|
||||||
RECIPE_SHOW_NUTRITION: true
|
RECIPE_SHOW_NUTRITION: 'true'
|
||||||
RECIPE_SHOW_ASSETS: true
|
RECIPE_SHOW_ASSETS: 'true'
|
||||||
RECIPE_LANDSCAPE_VIEW: true
|
RECIPE_LANDSCAPE_VIEW: 'true'
|
||||||
RECIPE_DISABLE_COMMENTS: false
|
RECIPE_DISABLE_COMMENTS: 'false'
|
||||||
RECIPE_DISABLE_AMOUNT: false
|
RECIPE_DISABLE_AMOUNT: 'false'
|
||||||
|
|
||||||
# Gunicorn
|
# Gunicorn
|
||||||
WEB_CONCURRENCY: 2
|
WEB_CONCURRENCY: 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user