Skip to content

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

License

Notifications You must be signed in to change notification settings

acrelle/discord-irc-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord-irc

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

Releases

No releases published

Packages

No packages published