Compare commits

..

1 Commits

Author SHA1 Message Date
f
65e8718063 fix: stop the running container first coop-cloud/gitea#53 2026-05-19 10:43:38 -03:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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