1 Commits

Author SHA1 Message Date
d3e8edd324 Add renovate.json 2026-03-10 18:13:35 +00:00
2 changed files with 7 additions and 1 deletions

View File

@ -168,7 +168,7 @@ services:
secrets:
- db_password
healthcheck:
test: ["CMD", "pg_isready", "-U", "zammad", "-d", "zammad_production"]
test: ["CMD", "pg_isready", "-U", "zammad"]
interval: 30s
timeout: 10s
retries: 10

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}