feat: add provider-backed microservices

This commit is contained in:
Codex
2026-05-05 07:56:03 +00:00
parent ef70ca972b
commit abd40fa252
24 changed files with 1656 additions and 51 deletions
+1
View File
@@ -53,6 +53,7 @@ services:
PROVIDER_TOKEN: "${UNIDESK_PROVIDER_TOKEN}"
HEARTBEAT_TIMEOUT_MS: "${UNIDESK_HEARTBEAT_TIMEOUT_MS}"
TASK_PENDING_TIMEOUT_MS: "${UNIDESK_TASK_PENDING_TIMEOUT_MS:-600000}"
MICROSERVICES_JSON: "${UNIDESK_MICROSERVICES_JSON:-[]}"
LOG_FILE: "/var/log/unidesk/${UNIDESK_LOG_PREFIX}_backend-core.jsonl"
volumes:
- ${UNIDESK_LOG_DIR}:/var/log/unidesk