This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
nextcloud/compose.mailrelay.yml

16 lines
208 B
YAML

version: "3.8"
services:
app:
environment:
- SMTP_HOST
- MAIL_FROM_ADDRESS
- MAIL_DOMAIN
- SMTP_AUTHTYPE=PLAIN
networks:
- mail
networks:
mail:
external: true