重写在线备份链路

This commit is contained in:
yml2213
2026-08-16 22:32:07 +08:00
parent f48da14ed2
commit 7438fb6725
10 changed files with 999 additions and 608 deletions
-27
View File
@@ -75,30 +75,6 @@ services:
timeout: 5s
retries: 10
minio:
image: minio/minio:RELEASE.2025-09-07T16-13-09Z
restart: unless-stopped
command: server /data --console-address ":9001"
env_file:
- ../backend/.env
environment:
TZ: Asia/Shanghai
volumes:
- minio_data:/data
deploy:
resources:
limits:
memory: 512M
cpus: '0.5'
reservations:
memory: 256M
cpus: '0.25'
healthcheck:
test: ["CMD", "mc", "ready", "local"]
interval: 10s
timeout: 5s
retries: 10
backend:
build:
context: ../backend
@@ -124,8 +100,6 @@ services:
condition: service_healthy
redis:
condition: service_healthy
minio:
condition: service_healthy
expose:
- "8080"
@@ -189,7 +163,6 @@ volumes:
caddy_config:
mysql_data:
redis_data:
minio_data:
beszel_data:
beszel_socket:
beszel_agent_data: