From e23582e7695fb290589d32c4e2b6eec99937754e Mon Sep 17 00:00:00 2001 From: hhf Date: Thu, 5 Dec 2024 15:08:33 +0530 Subject: [PATCH] Add lemmy/lemmy-server-template --- lemmy/lemmy-server-template | 48 +++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 lemmy/lemmy-server-template diff --git a/lemmy/lemmy-server-template b/lemmy/lemmy-server-template new file mode 100644 index 0000000..d36c59f --- /dev/null +++ b/lemmy/lemmy-server-template @@ -0,0 +1,48 @@ + + + Lemmy-Server + dessalines/lemmy:0.19.6 + https://hub.docker.com/r/dessalines/lemmy/ + bridge + sh + false + + https://github.com/LemmyNet/lemmy/discussions + https://join-lemmy.org/ + Lemmy backend server component for the federated link aggregation and discussion platform. + Social: Network:Other + http://[IP]:[PORT:8536] + https://raw.githubusercontent.com/LemmyNet/lemmy-ui/main/src/assets/icons/favicon.svg + + + + + + + + warn,lemmy_server=debug,lemmy_api=debug,lemmy_api_common=debug,lemmy_api_crud=debug,lemmy_apub=debug,lemmy_db_schema=debug,lemmy_db_views=debug,lemmy_db_views_actor=debug,lemmy_db_views_moderator=debug,lemmy_routes=debug,lemmy_utils=debug,lemmy_websocket=debug + full + + + + + /mnt/user/appdata/lemmy/config + /config + rw + + + + Lemmy backend server component. This container requires: + +1. PostgreSQL database +2. Pict-rs for image hosting +3. Lemmy-UI for the frontend + +Configuration: +1. Set up PostgreSQL container first +2. Configure lemmy.hjson in the config directory +3. Start this container +4. Set up remaining containers (Pict-rs and Lemmy-UI) + +For detailed setup instructions, visit https://join-lemmy.org/docs/administration/install.html + \ No newline at end of file