Rebased PR: add docker compose for installing a chatmail relay #664
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks @Keonik1 for #614 :) I had a lot of fun with
git rebase
to break it up into small, reviewable chunks. It's still a lot, but doable :)Before we can merge this, we need to merge:
cmdeploy run
option 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.