feat: verify production backup restore

This commit is contained in:
ik
2026-09-06 14:24:26 +07:00
parent 870d9cc7f9
commit 66fb1625da
6 changed files with 67 additions and 14 deletions
+6 -2
View File
@@ -124,11 +124,15 @@ services:
limits: {cpus: "0.75", memory: 512M}
storage-tool:
image: alpine:3.22
image: minio/mc:RELEASE.2025-07-21T05-28-08Z
profiles: [tools]
environment:
S3_ACCESS_KEY: ${S3_ACCESS_KEY:?Set S3_ACCESS_KEY}
S3_SECRET_KEY: ${S3_SECRET_KEY:?Set S3_SECRET_KEY}
S3_BUCKET: ${S3_BUCKET:-catch-screenshots}
volumes:
- minio_data:/data
- ${BACKUP_DIRECTORY:-./backups}:/backup
networks: [backend]
security_opt: [no-new-privileges:true]
networks: