Build and manage your own chat networks using this modern server software designed for today's communication needs. It combines the classic reliability of traditional chat protocols with contemporary features to support active, growing communities. Easy deployment ensures you can get your network running quickly without complex configuration hurdles. Robust architecture handles multiple connections simultaneously, providing a stable environment for users to interact seamlessly. Advanced moderation tools give administrators complete control over channels, helping maintain a safe and welcoming space for everyone. Whether you are hosting a small private group or a large public network, this software delivers the performance and flexibility required to keep your users connected and engaged.
services:
ergo:
image: ghcr.io/ergochat/ergo:${ERGO_VERSION:-stable}
container_name: ergo
restart: unless-stopped
ports:
- "6667:6667"
- "6697:6697"
volumes:
- ./ircd.yaml:/ergo/ircd.yaml
- ./data:/ergo/dataERGO_VERSION=stableAuto-fetched about 21 hours ago
Auto-fetched about 21 hours ago