Initial commit: IMAP Mail Filter Service

This commit is contained in:
Stefan Hacker
2026-03-19 13:02:44 +01:00
parent 44fb27801d
commit 61c4384111
34 changed files with 2345 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
mailfilter:
build: .
ports:
- "8080:8000"
volumes:
- ./data:/app/data
- ./config:/app/config
env_file:
- .env
environment:
- LOG_LEVEL=INFO
- YAML_SYNC_ON_STARTUP=true
restart: unless-stopped