base
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user