Deleted incoming host logic

This commit is contained in:
2026-07-19 23:17:51 +09:00
parent f093d41f60
commit 9bd3272846
8 changed files with 3 additions and 105 deletions
-2
View File
@@ -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