test: add todo-note runtime artifact proof

This commit is contained in:
Codex
2026-05-21 13:32:01 +00:00
parent fc87e680e4
commit 5cb5cc1b43
7 changed files with 292 additions and 7 deletions
+7
View File
@@ -166,10 +166,17 @@ services:
retries: 20
todo-note:
image: todo-note
build:
context: /root/todo_note
dockerfile: Dockerfile
container_name: todo-note-backend
labels:
unidesk.ai/deploy-service-id: "${UNIDESK_TODO_NOTE_DEPLOY_SERVICE_ID:-todo-note}"
unidesk.ai/deploy-ref: "${UNIDESK_TODO_NOTE_DEPLOY_REF:-deploy.json#environments.prod.services.todo-note}"
unidesk.ai/deploy-repo: "${UNIDESK_TODO_NOTE_DEPLOY_REPO:-}"
unidesk.ai/deploy-commit: "${UNIDESK_TODO_NOTE_DEPLOY_COMMIT:-}"
unidesk.ai/deploy-requested-commit: "${UNIDESK_TODO_NOTE_DEPLOY_REQUESTED_COMMIT:-}"
restart: unless-stopped
depends_on:
- database