mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-09 17:47:58 -05:00
Update app version
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user