mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
Update app version
This commit is contained in:
parent
48d464d5bb
commit
2e825d08e0
2 changed files with 13 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
# [0.29.1] - UNRELEASED
|
||||
# [0.29.1] - 2025-07-02
|
||||
|
||||
## Fixed
|
||||
|
||||
|
|
|
|||
12
app.json
12
app.json
|
|
@ -9,5 +9,17 @@
|
|||
"dokku": {
|
||||
"predeploy": "bundle exec rails db:migrate"
|
||||
}
|
||||
},
|
||||
"healthchecks": {
|
||||
"web": [
|
||||
{
|
||||
"type": "startup",
|
||||
"name": "web check",
|
||||
"description": "Checking if the app responds to the /api/v1/health endpoint",
|
||||
"path": "/api/v1/health",
|
||||
"attempts": 10,
|
||||
"interval": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue