Deleted incoming host logic
This commit is contained in:
@@ -37,8 +37,6 @@ services:
|
||||
- ./backend/logs:/app/logs
|
||||
# Host upload dir (Windows: ./backend/uploads, Linux Synology: set UPLOAD_HOST in .env).
|
||||
- ${UPLOAD_HOST:-./backend/uploads}:/app/uploads
|
||||
# Drop multi-GB mailbox zips here (or point INCOMING_HOST at another folder).
|
||||
- ${INCOMING_HOST:-./incoming}:/app/incoming:ro
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user