Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down