Docker images / prepare-release (push) Successful in 6s
Docker images / backend-image (push) Successful in 4m25s
Docker images / frontend-image (push) Successful in 2m10s
Docker images / notify-webhook (push) Skipped
Docker images / updater-image (push) Successful in 45s
Docker images / publish-release (push) Successful in 6s
Обновить Gitea Actions, compose, updater и ссылки на образы. Co-authored-by: Cursor <cursoragent@cursor.com>
25 lines
571 B
JSON
25 lines
571 B
JSON
{
|
|
"targets": [
|
|
{
|
|
"id": "backend",
|
|
"container_name": "mmapp-backend",
|
|
"image": "git.shx.one/denozord/mikrotikmanager-backend:latest",
|
|
"health": {
|
|
"type": "http",
|
|
"url": "http://backend:8000/health",
|
|
"expect_status": 200
|
|
}
|
|
},
|
|
{
|
|
"id": "frontend",
|
|
"container_name": "mmapp-frontend",
|
|
"image": "git.shx.one/denozord/mikrotikmanager-frontend:latest",
|
|
"health": {
|
|
"type": "http",
|
|
"url": "http://frontend:3000/dashboard",
|
|
"expect_status": 200
|
|
}
|
|
}
|
|
]
|
|
}
|