AppsIRCThe Lounge

The Lounge

Self-hosted web IRC client.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '2'
services:
  thelounge:
    image: ghcr.io/thelounge/thelounge:latest
    container_name: thelounge
    ports:
      - "9000:9000"
    restart: always
    volumes:
      - ~/.thelounge:/var/opt/thelounge

Resources

Website: https://thelounge.chat/

GitHub: https://github.com/thelounge/thelounge

GitHub Container Registry: https://github.com/thelounge/thelounge-docker/pkgs/container/thelounge

Configuration: https://thelounge.chat/docs/install-and-upgrade#docker