Simplify docker federation setup #92

Merged
dessalines merged 1 commits from update-docker-federation into main 2020-08-31 16:50:45 +00:00
Owner

I merged the federation and federation-test folders, and removed servers.sh and test.sh to simplify things.

One problem is that this uses the same volumes folder for manual and automated testing, but I think I can fix that by overriding the compose file: https://docs.docker.com/compose/extends/

I merged the federation and federation-test folders, and removed servers.sh and test.sh to simplify things. One problem is that this uses the same volumes folder for manual and automated testing, but I think I can fix that by overriding the compose file: https://docs.docker.com/compose/extends/
nutomic reviewed 2020-08-31 15:33:29 +00:00
@ -14,25 +14,30 @@ You need to have the following packages installed, the Docker service needs to b
@ -33,0 +29,4 @@
lemmy-beta | lemmy_beta | [127.0.0.1:8550](http://127.0.0.1:8550) | federated with all other instances
lemmy-gamma | lemmy_gamma | [127.0.0.1:8560](http://127.0.0.1:8560) | federated with all other instances
lemmy-delta | lemmy_delta | [127.0.0.1:8570](http://127.0.0.1:8570) | only allows federation with lemmy-beta
lemmy-epsilon | lemmy_epsilon | [127.0.0.1:8580](http://127.0.0.1:8580) | uses blocklist, has lemmy-alpha blocked
Author
Owner

Would be nice if this could use the same instance name/username like before, but it seems that we dont allow - in usernames.

Would be nice if this could use the same instance name/username like before, but it seems that we dont allow `-` in usernames.
Owner

I'm fine with the automated testing clearing things out. Looks good.

I'm fine with the automated testing clearing things out. Looks good.
dessalines merged commit ad7dfb0181 into main 2020-08-31 16:50:45 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: LemmyNet/lemmy#92
No description provided.