Description
All mount points for CLP_LOGS_INPUT_DIR_HOST in tools/deployment/package/docker-compose-all.yaml should be made readonly by adding the :ro suffix.
Affected Services
Currently, the following services mount the logs input directory without the readonly flag:
compression-scheduler
compression-worker
webui
Expected Behavior
The mount should be:
"${CLP_LOGS_INPUT_DIR_HOST:-empty}:${CLP_LOGS_INPUT_DIR_CONTAINER:-/mnt/logs}:ro"
Context
This issue was identified in PR #1688: #1688 (comment)
Requested by: @junhaoliao
Description
All mount points for
CLP_LOGS_INPUT_DIR_HOSTintools/deployment/package/docker-compose-all.yamlshould be made readonly by adding the:rosuffix.Affected Services
Currently, the following services mount the logs input directory without the readonly flag:
compression-schedulercompression-workerwebuiExpected Behavior
The mount should be:
"${CLP_LOGS_INPUT_DIR_HOST:-empty}:${CLP_LOGS_INPUT_DIR_CONTAINER:-/mnt/logs}:ro"Context
This issue was identified in PR #1688: #1688 (comment)
Requested by: @junhaoliao