feat: verify production backup restore
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user