Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
chatmail
/
relay
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
64
Star
483
Code
Issues
14
Pull requests
11
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Rebased PR: add docker compose for installing a chatmail relay
- #664
#664
Closed
missytake
wants to merge 27 commits into
main
chatmail/relay:main
from
docker-rebase
chatmail/relay:docker-rebase
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Closed
Rebased PR: add docker compose for installing a chatmail relay
#664
missytake
wants to merge 27 commits into
main
chatmail/relay:main
from
docker-rebase
chatmail/relay:docker-rebase
Copy head branch name to clipboard
Commits
Commits on Feb 16, 2026
Add installation via docker compose (MVP 1)
Keonik1
authored and
j4n
committed
985e98c
View commit details
Copy full SHA for 985e98c
Browse repository at this point
rename dockerfile
Show description for fb798bb
Keonik1
authored and
j4n
committed
fb798bb
View commit details
Copy full SHA for fb798bb
Browse repository at this point
add port 80 to docker-compose-default
Show description for 31fc856
Keonik1
authored and
j4n
committed
31fc856
View commit details
Copy full SHA for 31fc856
Browse repository at this point
add 465 port
Show description for 0d5e544
Keonik1
authored and
j4n
committed
0d5e544
View commit details
Copy full SHA for 0d5e544
Browse repository at this point
add RECREATE_VENV var
Show description for 3896071
Keonik1
authored and
j4n
committed
3896071
View commit details
Copy full SHA for 3896071
Browse repository at this point
change "restart nginx" to "reload nginx"
Show description for e1be8a2
Keonik1
authored and
j4n
committed
e1be8a2
View commit details
Copy full SHA for e1be8a2
Browse repository at this point
pass values to `MAIL_DOMAIN` and `ACME_EMAIL` from vars for docker-compose-default
Show description for 72ae869
Keonik1
authored and
j4n
committed
72ae869
View commit details
Copy full SHA for 72ae869
Browse repository at this point
Fix bug with attaching certs
Keonik1
authored and
j4n
committed
c605d1a
View commit details
Copy full SHA for c605d1a
Browse repository at this point
fix docs - nginx "restart" to "reload"
Show description for 959afe6
Keonik1
authored and
j4n
committed
959afe6
View commit details
Copy full SHA for 959afe6
Browse repository at this point
Delete ssh connection from docker installation
Show description for 1e61704
Keonik1
authored and
j4n
committed
1e61704
View commit details
Copy full SHA for 1e61704
Browse repository at this point
Fix issue with acmetool
Show description for dbc386b
Keonik1
authored and
j4n
committed
dbc386b
View commit details
Copy full SHA for dbc386b
Browse repository at this point
fix unlink if default nginx conf is not exist
Show description for 38fb191
Keonik1
authored and
j4n
committed
38fb191
View commit details
Copy full SHA for 38fb191
Browse repository at this point
docker: enable DNS checks before cmdeploy run again
missytake
authored and
j4n
committed
c5a8d00
View commit details
Copy full SHA for c5a8d00
Browse repository at this point
Suggestions from @Keonik1
Show description for 615613b
2 people
authored and
j4n
committed
615613b
View commit details
Copy full SHA for 615613b
Browse repository at this point
docker: disable port check if docker is running. fix #694
missytake
authored and
j4n
committed
8bba78e
View commit details
Copy full SHA for 8bba78e
Browse repository at this point
doc: fix linebreak
missytake
authored and
j4n
committed
92b6825
View commit details
Copy full SHA for 92b6825
Browse repository at this point
docker: move all configuration to example.env
missytake
authored and
j4n
committed
6e5004d
View commit details
Copy full SHA for 6e5004d
Browse repository at this point
docker: open ports for TURN + STUN
missytake
authored and
j4n
committed
8be7082
View commit details
Copy full SHA for 8be7082
Browse repository at this point
docker: use --network=host so chatmail-turn can use any port
missytake
authored and
j4n
committed
f9fad1f
View commit details
Copy full SHA for f9fad1f
Browse repository at this point
cmdeploy: add config (, )
missytake
authored and
j4n
committed
60ff982
View commit details
Copy full SHA for 60ff982
Browse repository at this point
cmdeploy: Add config parameters `change_kernel_settings` and `fs_inotify_max_user_instances_and_watchers`
Keonik1
authored and
j4n
committed
f26cb08
View commit details
Copy full SHA for f26cb08
Browse repository at this point
docker: remove echobot parts that were lingering in the feature branch
j4n
committed
1889f55
View commit details
Copy full SHA for 1889f55
Browse repository at this point
feat(cmdeploy): guard against non-running systemd
Show description for e20256c
j4n
committed
e20256c
View commit details
Copy full SHA for e20256c
Browse repository at this point
docker: widen build context to repo root for build-time install stage
Show description for e5ba9f9
j4n
committed
e5ba9f9
View commit details
Copy full SHA for e5ba9f9
Browse repository at this point
docker: run install stage at build time, configure+activate at startup
Show description for ae0b234
j4n
committed
ae0b234
View commit details
Copy full SHA for ae0b234
Browse repository at this point
docker: don't overwrite existing DKIM keys on container start
Show description for f939c30
j4n
committed
f939c30
View commit details
Copy full SHA for f939c30
Browse repository at this point
docker: make compose work with cgroups (v2), conversion scripts/docs
j4n
committed
645b60d
View commit details
Copy full SHA for 645b60d
Browse repository at this point
You can’t perform that action at this time.