Files
kumomta/examples/smart-sink-docker/compose.yaml
T
2025-04-24 09:13:20 -07:00

14 lines
357 B
YAML

services:
sink:
container_name: kumo-sink
hostname: sinkinator
# use the latest build from `main`
image: ghcr.io/kumocorp/kumomta:main
# alternatively, use the latest stable release
#image: ghcr.io/kumocorp/kumomta:latest
volumes:
- ./policy:/opt/kumomta/etc/policy
restart: unless-stopped
ports:
- 2525:25