mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00

* refactor(irc): nickserv and methods * feat(notifications): add new events and refactor send * feat(irc): handle disconnect reconnect and connect * feat(irc): update config for ergo local irc server * feat(irc): retry initial connect * feat(irc): show nickserv errors
14 lines
229 B
YAML
14 lines
229 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
ergo:
|
|
image: ghcr.io/ergochat/ergo:latest
|
|
ports:
|
|
- "6667:6667/tcp"
|
|
- "6697:6697/tcp"
|
|
volumes:
|
|
- ergo-data:/ircd
|
|
- ./ircd.yaml:/ircd/ircd.yaml
|
|
|
|
volumes:
|
|
ergo-data:
|