-
-
Notifications
You must be signed in to change notification settings - Fork 39
Rebased PR: add docker compose for installing a chatmail relay #664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
c35f186 to
a1c2870
Compare
89ba4b5 to
ae7ec25
Compare
e6c6931 to
e61239f
Compare
e61239f to
2f4cfcc
Compare
d12782f to
8541139
Compare
|
So, I found some more problems with the installation via Docker, some of which seem to be related to changes that were lost during the transfer. |
|
I created an issue with the main problem. |
Keonik1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also marked the lost changes. I haven't checked everything yet, but at least it won't work without this.
8541139 to
7b2f558
Compare
- Adds configuration parameters (`change_kernel_settings`, `fs_inotify_max_user_instances_and_watchers`)
Co-authored-by: Keonik <[email protected]>
9e46826 to
197c9e4
Compare
|
Check out the page preview at https://staging.chatmail.at/doc/relay/664/ |
I added a commit for this :) Also, I rebased this on main, so we can try it out again. It's a bit late now for me to re-deploy it, but I'll check tomorrow whether it still works as expected :) |
01b892f to
8fa92f9
Compare
8fa92f9 to
4df4d40
Compare
Thanks @Keonik1 for #614 :) I had a lot of fun with
git rebaseto break it up into small, reviewable chunks. It's still a lot, but doable :)Before we can merge this, we need to merge:
cmdeploy runoption to skip DNS checks #661Additional related PRs:
With this PR, checking DNS records should already work; Getting tests to run with a docker instance is still a bit of work (see the docker-rebase...docker-tests branch for first steps).
So for now this will be an experimental feature which we can tell people to try out if they ask for it. But in the long term we need a separate CI machine for testing the docker setup, to be sure nothing breaks when we make changes.