wip: experimental fetchmail support
This commit is contained in:
14
compose.fetchmail.yml
Normal file
14
compose.fetchmail.yml
Normal 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:
|
||||
Reference in New Issue
Block a user