File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ services:
1616 cap_add :
1717 - SYS_RESOURCE
1818 environment :
19- - ADHOC_MODE=true
20- - LOG_LEVEL=INFO
19+ - ADHOC_MODE=${ADHOC_MODE:- true}
20+ - LOG_LEVEL=${LOG_LEVEL:-ERROR}
2121 - GENAI_PORT=${GENAI_PORT:-9001}
2222 - TOOL_RESPONSE_TIMEOUT_SECONDS=${TOOL_RESPONSE_TIMEOUT_SECONDS:-30}
2323 - VLM_LIBRARY_PATH=${VLM_LIBRARY_PATH:-/iot-user/app/site-packages/libvlmservice.so}
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ services:
1616 cap_add :
1717 - SYS_RESOURCE
1818 environment :
19- - ADHOC_MODE=true
20- - LOG_LEVEL=INFO
19+ - ADHOC_MODE=${ADHOC_MODE:- true}
20+ - LOG_LEVEL=${LOG_LEVEL:-ERROR}
2121 - GENAI_PORT=${GENAI_PORT:-9001}
2222 - TOOL_RESPONSE_TIMEOUT_SECONDS=${TOOL_RESPONSE_TIMEOUT_SECONDS:-30}
2323 - VLM_LIBRARY_PATH=${VLM_LIBRARY_PATH:-/iot-user/app/site-packages/libvlmservice.so}
You can’t perform that action at this time.
0 commit comments