Compare commits
1 Commits
fix/postgr
...
renovate/c
| Author | SHA1 | Date | |
|---|---|---|---|
| d3e8edd324 |
@ -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
6
renovate.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user