wip: experimental fetchmail support

This commit is contained in:
2023-12-04 16:44:36 +01:00
committed by Cassowary
parent a0b1794920
commit 1437715364
3 changed files with 19 additions and 2 deletions

14
compose.fetchmail.yml Normal file
View File

@ -0,0 +1,14 @@
services:
fetchmail:
image: ghcr.io/mailu/fetchmail:2.0.34
environment: *default-env
volumes:
- "fetchmail:/data"
depends_on:
- app
networks:
- default
volumes:
fetchmail: