Add URL async delete prefixes setting

This commit is contained in:
allegroai 2022-11-29 17:43:08 +02:00
parent 9db14cc31d
commit 1999fb2479
2 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,7 @@ services:
CLEARML_REDIS_SERVICE_HOST: redis
CLEARML_REDIS_SERVICE_PORT: 6379
PYTHONPATH: /opt/clearml/apiserver
CLEARML__services__async_urls_delete__fileserver__url_prefixes: "[]"
entrypoint:
- python3
- -m

View File

@ -144,6 +144,7 @@ services:
CLEARML_REDIS_SERVICE_HOST: redis
CLEARML_REDIS_SERVICE_PORT: 6379
PYTHONPATH: /opt/clearml/apiserver
CLEARML__services__async_urls_delete__fileserver__url_prefixes: "[${CLEARML_FILES_HOST:-}]"
entrypoint:
- python3
- -m