AppsIRCWeechat

Weechat

Fast, light and extensible chat client.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  weechat:
    image: weechat/weechat
    stdin_open: true
    tty: true
    volumes:
      - $HOME/.weechat-container:/home/user/.weechat
    command: weechat -d /home/user/.weechat
    restart: always

Resources

Website: https://weechat.org/

GitHub: https://github.com/weechat/weechat

Docker Hub: https://hub.docker.com/r/weechat/weechat

Configuration: https://github.com/weechat/weechat-container