mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Add docs for how to create a smtp gateway
This commit is contained in:
13
tools/exim/docker-compose.yml
Normal file
13
tools/exim/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
Reference in New Issue
Block a user