Compare commits
12 Commits
2.3.2+2.3.0
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c77c17608f | |||
| 60a9a35e31 | |||
| 065357a1f9 | |||
| d8654ee02d | |||
| 0b489b7797 | |||
| 2844bc06cb | |||
| 19a867a6aa | |||
| 9c795ec4d2 | |||
| 30e84c7733 | |||
| e9e606a33a | |||
| 6a0711aba7 | |||
| a2d5028661 |
+2
-2
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: baserow/baserow:2.3.0
|
||||
image: baserow/baserow:2.3.3
|
||||
networks:
|
||||
- proxy
|
||||
environment:
|
||||
@@ -33,7 +33,7 @@ services:
|
||||
- "backupbot.backup.pre-hook=/backup.sh pre-backup"
|
||||
- "backupbot.backup.post-hook=/backup.sh post-backup"
|
||||
- "backupbot.restore.post-hook=/backup.sh post-restore"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.3.2+2.3.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.3.3+2.3.3"
|
||||
healthcheck:
|
||||
test: ["CMD", "./baserow.sh", "backend-cmd", "backend-healthcheck"]
|
||||
interval: 30s
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user