Sign inSign up

acrelle/discord-irc

By acrelle

Updated over 3 years ago

Discord-irc running on nodejs using node:latest through Docker

Image
0

100K+

acrelle/discord-irc repository overview

discord-irc

Raspberry PI image for discord-irc running on nodejs using node (amd64 + arm32v7 for Raspberry 2 onwards)

Source

https://github.com/acrelle/discord-irc-docker

Build

https://hub.docker.com/r/acrelle/discord-irc/

Supported architectures

amd64,arm32v7

Usage

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

Docker-Compose

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

Tag summary

Content type

Image

Digest

sha256:ff3e91259

Size

344.8 MB

Last updated

over 3 years ago

docker pull acrelle/discord-irc