Skip to content

dockur/lemmy

 
 

Repository files navigation

Lemmy

Build Version Size Package Pulls

Docker image of Lemmy, a link aggregator and forum for the fediverse.

Features ✨

  • Runs Lemmy inside a Docker container
  • Provides a link aggregator and forum for the Fediverse
  • Supports ActivityPub federation with other Lemmy instances
  • Supports a custom config.hjson configuration file
  • Works on both AMD64 and ARM64 systems

Usage 🐳

Docker Compose:
services:
  lemmy:
    image: dockurr/lemmy
    container_name: lemmy
    environment:
      RUST_LOG: "warn"
    ports:
      - 8536:8536
    volumes:
      - ./lemmy.hjson:/config/config.hjson
    restart: always
    stop_grace_period: 1m
Docker CLI:
docker run -it --rm --name lemmy -p 8536:8536 -v "./lemmy.hjson:/config/config.hjson" --stop-timeout 60 docker.io/dockurr/lemmy

Stars 🌟

Stargazers

About

Lemmy inside a Docker container.

Topics

Resources

License

Security policy

Stars

12 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Rust 78.0%
  • PLpgSQL 13.9%
  • TypeScript 7.0%
  • Other 1.1%