Image for discord-irc running on nodejs using node (amd64 + arm32v7 for Raspberry 2 onwards)
https://github.com/acrelle/discord-irc-docker
https://hub.docker.com/r/acrelle/discord-irc/
amd64
,arm32v7
This provides a container for: https://github.com/reactiflux/discord-irc
Prepare your config.json and share the folder as per below
docker run -dt -v discord-irc:/opt/discord-irc acrelle/discord-irc
Sample usage:
version: "2"
services:
discord-irc:
build: .
image: acrelle/discord-irc
container_name: discord-irc
network_mode: bridge
restart: unless-stopped
volumes:
- ~/appdata/discord-irc:/opt/discord-irc