mirror of
https://github.com/mjl-/mox.git
synced 2025-07-14 02:54:37 +03:00
add automated test for quickstart
with tls with acme (with pebble, a small acme server for testing), and with pregenerated keys/certs. the two mox instances are configured on their own domain. we launch a separate test container that connects to the first, submits a message for delivery to the second. we check if the message is delivered with an imap connection and the idle command.
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
version: '3.7'
|
||||
services:
|
||||
mox:
|
||||
# Replace "latest" with the version you want to run, see https://r.xmox.nl/repo/mox/.
|
||||
# Replace "latest" with the version you want to run, see https://r.xmox.nl/r/mox/.
|
||||
# Include the @sha256:... digest to ensure you get the listed image.
|
||||
image: r.xmox.nl/mox:latest
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user