Files
home_server/smtp/docker-compose.yml
2024-02-03 11:58:42 +01:00

11 lines
227 B
YAML

version: '3'
services:
mail:
image: bytemark/smtp
restart: always
environment:
RELAY_HOST: smtp.example.com
RELAY_PORT: 587
RELAY_USERNAME: alice@example.com
RELAY_PASSWORD: secretpassword