Compare commits

..

1 Commits

Author SHA1 Message Date
cbb8dc2a73 chore(deps): update postgres docker tag to v18 2026-05-14 20:09:27 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ services:
secrets:
- db_password
db:
image: postgres:15.13
image: postgres:18.4
deploy:
labels:
backupbot.backup.pre-hook: "/pg_backup.sh backup"

View File

@ -73,7 +73,7 @@ services:
deploy:
update_config:
failure_action: rollback
order: stop-first
order: start-first
labels:
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
- "traefik.enable=true"