This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
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.
Add a dockerfile for running a set of Synapse worker processes #9162
Add a dockerfile for running a set of Synapse worker processes #9162
Changes from 34 commits
31e9579
d61dc37
3523080
e66f9e7
2e3134b
f6571ee
3f1b649
8b41fdf
2d6af88
cb0b272
842dc50
31cac05
fb40f20
e363197
fb83854
4779845
b265083
e99007d
48b7faf
cc9d243
04dd483
278579a
7f5a8ee
609f1c1
f9d7e28
3ae6108
f39a25b
21b3f22
1711d34
c54801a
0bd42a3
ea31dc8
5a77614
69a6399
e3fbd62
d844d97
f218ae9
a7666d1
486d5d1
e47b390
700c203
314473f
030b1f4
1a37f25
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 feel like this should be a separate file. This file is copied to https://hub.docker.com/r/matrixdotorg/synapse, and it's not really relevant to the main
matrixdotorg/synapse
image. (indeed, it would be rather confusing for people reading it at https://hub.docker.com/r/matrixdotorg/synapse)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.
Oh indeed, I completely forgot that it ends up on Docker Hub. Good call.
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.
Although I'm struggling to come up with a good place to put it... Perhaps README-testing.md? Or maybe it should go in
docs/dev/
or CONTRIBUTING instead?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'd go with a
README-testing.md
in the docker dir, since it's mostly describing how the docker image works. We can always add references to it from elsewhere (eg it would be good to stick a comment in the the dockerfile itself).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've now done this.