docspell/tools/exim/docker-compose.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
342 B
YAML
Raw Permalink Normal View History

version: '3.7'
services:
smtp:
image: ds-exim:latest
ports:
- "25:25"
environment:
# This is the configured header value for the integration-endpoint
- DS_HEADER=test123
# This is the URL to docspell
- DS_URL=http://192.168.1.95:7880
# Use host network for demo purposes
network_mode: host