test: add todo-note runtime artifact proof
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user