This is an Alpine-based container running a Discord-IRC bridge bot. This is a quick and dirty image just because I was sick of manually running it on my PC and wanted to more easily host it in my homelab.
discord-irc:latest: Discord IRC BotThese are the configuration and data files you will need to be aware of and customize.
/mnt/config/etc/discord-irc.jsonModifications to that file will require a service restart to pull in the changes made.
TZ: Time Zone (i.e. America/New_York)PUID: Mounted File Owner User IDPGID: Mounted File Owner Group IDservices:
discord-irc:
image: nephatrine/discord-irc:latest
container_name: discord-irc
environment:
TZ: America/New_York
PUID: 1000
PGID: 1000
volumes:
- /mnt/containers/discord-irc:/mnt/config
docker run --rm -ti code.nephatrine.net/nephnet/discord-irc:latest /bin/bash
Content type
Image
Digest
sha256:cdb13d241…
Size
47.1 MB
Last updated
5 days ago
docker pull nephatrine/discord-irc