This commit is contained in:
mike
2025-12-12 23:04:51 +01:00
parent 56b2db82fc
commit 87550e426a
14 changed files with 132 additions and 122 deletions

View File

@@ -105,7 +105,7 @@ services:
- ${HOST_SOURCE_PATH:-/mnt/source}:/mnt/source:ro
- ./config:/app/config
- ./logs:/app/logs
command: ["python", "app/main.py", "index", "/mnt/source", "disk_d"]
command: ["python", "app/main.py", "index", "/media/mike/SMT", "SMT"]
profiles:
- index-only
networks:
@@ -127,7 +127,7 @@ services:
- ./config:/app/config
- ./plans:/app/plans
- ./logs:/app/logs
command: ["python", "app/main.py", "plan", "disk_d", "disk_e"]
command: ["python", "app/main.py", "plan", "/media/mike/SMT", "SMT"]
profiles:
- plan-only
networks:
@@ -194,7 +194,7 @@ services:
volumes:
- ./reports:/app/reports
- ./logs:/app/logs
command: ["python", "app/main.py", "report", "--format", "html"]
command: ["python", "app/main.py", "report"]
profiles:
- report-only
networks: