From 751b3b1bb9bd4a6ab505bc2d084bce17b15b9611 Mon Sep 17 00:00:00 2001 From: j4n Date: Thu, 27 Aug 2026 15:36:09 +0200 Subject: [PATCH] README: podman-compose / source build --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e8f6267..b48cde0 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,15 @@ git clone https://github.com/chatmail/docker cd docker ``` +### podman-compose / source builds + +`podman-compose up` builds the image locally by default, but the build needs +`cmdeploy/` and `chatmaild/` from [chatmail/relay](https://github.com/chatmail/relay): + +- `git clone https://github.com/chatmail/relay` first, and then +- `git clone https://github.com/chatmail/docker relay/docker` to clone this repo inside it +- Run `podman-compose up -d` from `relay/docker`. + ### Configure and start 1. Set the fully qualified domain name (use `chat.example.org` or your own domain):