WIP: Add Lemmy Lite to docker-compose #121

Draft
nutomic wants to merge 3 commits from lemmy-lite into main
Owner

The image is not docker hub yet, so you will need to build it manually from the repo:

https://github.com/IronOxidizer/lemmy-lite/tree/docker

Needs to be added to all the other docker-compose files as well.

The image is not docker hub yet, so you will need to build it manually from the repo: https://github.com/IronOxidizer/lemmy-lite/tree/docker Needs to be added to all the other docker-compose files as well.
nutomic changed title from Add Lemmy Lite to docker-compose to WIP: Add Lemmy Lite to docker-compose 2020-10-26 17:23:09 +00:00
Author
Owner

@ironoxidizer put the image on docker hub, so its not necessary to compile manually anymore. I also added Lemmy Lite to the Ansible deployment, and to the federation setup. You can test it under https://test.lemmy.ml/lite (s.css is loaded from the wrong location so its broken). You can also try it by running docker/federation/start-local-instances.bash and going to localhost:8540/lite.

Still need to update docker/prod/docker-compose.yml.

@ironoxidizer put the image on docker hub, so its not necessary to compile manually anymore. I also added Lemmy Lite to the Ansible deployment, and to the federation setup. You can test it under https://test.lemmy.ml/lite (`s.css` is loaded from the wrong location so its broken). You can also try it by running `docker/federation/start-local-instances.bash` and going to `localhost:8540/lite`. Still need to update `docker/prod/docker-compose.yml`.
nutomic reviewed 2020-10-27 12:00:22 +00:00
@ -81,4 +81,0 @@
lemmy_port: "8536"
lemmy_ui_port: "1235"
pictshare_port: "8537"
iframely_port: "8538"
Author
Owner

I removed these because they arent ever changed, so they just make it more complicated for no reason.

I removed these because they arent ever changed, so they just make it more complicated for no reason.
This pull request has changes conflicting with the target branch.
  • ansible/lemmy.yml
  • ansible/templates/docker-compose.yml
  • ansible/templates/nginx.conf
  • docker/dev/docker-compose.yml
  • docker/federation/nginx.conf
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 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#121
No description provided.