haraka-plugin-webmailer/docker-compose.yml

14 lines
185 B
YAML

version: '3'
services:
mail:
env_file:
- .env
build:
context: .
ports:
- '8080:8080'
- '2525:2525'
volumes:
- ./:/app/plugins/webmailer