15 lines
216 B
YAML
15 lines
216 B
YAML
|
|
services:
|
|
fetchmail:
|
|
image: ghcr.io/mailu/fetchmail:2.0.34
|
|
environment: *default-env
|
|
volumes:
|
|
- "fetchmail:/data"
|
|
depends_on:
|
|
- app
|
|
networks:
|
|
- default
|
|
|
|
volumes:
|
|
fetchmail:
|