mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-30 09:02:24 +00:00
Merge branch 'main' into diesel_enums
This commit is contained in:
commit
c7f4bc7990
|
@ -130,6 +130,7 @@ Each Lemmy server can set its own moderation policy; appointing site-wide admins
|
|||
- [go-lemmy](https://gitea.arsenm.dev/Arsen6331/go-lemmy)
|
||||
- [Dart API client](https://github.com/LemmurOrg/lemmy_api_client)
|
||||
- [Reddit -> Lemmy Importer](https://github.com/rileynull/RedditLemmyImporter)
|
||||
- [lemmy-bot - Typescript library to make it easier to make bots for Lemmy](https://github.com/SleeplessOne1917/lemmy-bot)
|
||||
|
||||
## Support / Donate
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ services:
|
|||
# run docker compose up --build
|
||||
# assuming lemmy-ui is cloned besides lemmy directory
|
||||
# build:
|
||||
# context: ../../../lemmy-ui
|
||||
# context: ../../lemmy-ui
|
||||
# dockerfile: dev.dockerfile
|
||||
networks:
|
||||
- lemmyinternal
|
||||
|
|
Loading…
Reference in a new issue